DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / OnAutoValidateChanged Method






In This Topic
    OnAutoValidateChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAutoValidateChanged( _
       ByVal e As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim e As System.EventArgs
     
    instance.OnAutoValidateChanged(e)
    protected virtual void OnAutoValidateChanged( 
       System.EventArgs e
    )
    protected procedure OnAutoValidateChanged( 
        e: System.EventArgs
    ); virtual; 
    protected function OnAutoValidateChanged( 
       e : System.EventArgs
    );
    protected: virtual void OnAutoValidateChanged( 
       System.EventArgs* e
    ) 
    protected:
    virtual void OnAutoValidateChanged( 
       System.EventArgs^ e
    ) 

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also