WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1ContextMenu Class / Closing Event
In This Topic
    Closing Event
    In This Topic
    Occurs when the C1ContextMenu is closing.
    Syntax
    public event EventHandler<CancelEventArgs> Closing
    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