ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenu Class / OnOpening Method
The System.ComponentModel.CancelEventArgs instance containing the event data.

In This Topic
    OnOpening Method (C1ContextMenu)
    In This Topic
    Raises the Opening event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnOpening( _
       ByVal e As System.ComponentModel.CancelEventArgs _
    ) 
    protected virtual void OnOpening( 
       System.ComponentModel.CancelEventArgs e
    )

    Parameters

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