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

In This Topic
    OnClosed Method (C1ContextMenu)
    In This Topic
    Raises the Closed event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnClosed( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnClosed( 
       System.EventArgs e
    )

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also