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

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

    Parameters

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