Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ContextMenu Class / OnOpening Method
The 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 CancelEventArgs _
    ) 
    protected virtual void OnOpening( 
       CancelEventArgs e
    )

    Parameters

    e
    The CancelEventArgs instance containing the event data.
    See Also