Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenu Class / OnOpened Method
The System.EventArgs instance containing the event data.

In This Topic
    OnOpened Method (C1ContextMenu)
    In This Topic
    Raises the Opened event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOpened( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnOpened( 
       EventArgs e
    )

    Parameters

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