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



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

    Parameters

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