WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1ContextMenu Class / Opening Event
In This Topic
    Opening Event
    In This Topic
    Occurs when the C1ContextMenu is opening.
    Syntax
    public event EventHandler<CancelEventArgs> Opening
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also