ComponentOne Basic Library for UWP
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 System.EventArgs _
    ) 
    protected virtual void OnOpened( 
       System.EventArgs e
    )

    Parameters

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