WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1ContextMenu Class / OnClosing Method
The System.ComponentModel.CancelEventArgs instance containing the event data.
In This Topic
    OnClosing Method
    In This Topic
    Raises the Closing event.
    Syntax
    protected virtual void OnClosing( 
       CancelEventArgs e
    )

    Parameters

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