'Declaration
Protected Overridable Sub OnClosing( _ ByVal e As CancelEventArgs _ )
'Usage
Dim instance As C1RadialMenu Dim e As CancelEventArgs instance.OnClosing(e)
protected virtual void OnClosing( CancelEventArgs e )
protected: virtual void OnClosing( CancelEventArgs^ e )
Parameters
- e
- The System.ComponentModel.CancelEventArgs instance containing the event data.