OnClosed Method (C1RadialMenu)
In This Topic
Raises the Closed event.
Syntax
'Declaration
Protected Overridable Sub OnClosed( _
ByVal As EventArgs _
)
protected virtual void OnClosed(
EventArgs
)
Parameters
- e
- The System.EventArgs instance containing the event data.
See Also