ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / OnClosing Method
The System.ComponentModel.CancelEventArgs instance containing the event data.



In This Topic
    OnClosing Method
    In This Topic
    Raises the Closing event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnClosing( _
       ByVal e As CancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1RadialMenu
    Dim e As CancelEventArgs
     
    instance.OnClosing(e)
    protected virtual void OnClosing( 
       CancelEventArgs e
    )
    protected:
    virtual void OnClosing( 
       CancelEventArgs^ e
    ) 

    Parameters

    e
    The System.ComponentModel.CancelEventArgs instance containing the event data.
    See Also