ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / OnClosed Method
The System.EventArgs instance containing the event data.



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

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also