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






In This Topic
    OnClosing Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnClosing( _
       ByVal e As System.ComponentModel.CancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim e As System.ComponentModel.CancelEventArgs
     
    instance.OnClosing(e)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void OnClosing( 
       System.ComponentModel.CancelEventArgs e
    )
    protected procedure OnClosing( 
        e: System.ComponentModel.CancelEventArgs
    ); virtual; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function OnClosing( 
       e : System.ComponentModel.CancelEventArgs
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: virtual void OnClosing( 
       System.ComponentModel.CancelEventArgs* e
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    virtual void OnClosing( 
       System.ComponentModel.CancelEventArgs^ e
    ) 

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also