OnExpanded Method (C1RadialMenu)
In This Topic
Raises the Expanded event.
Syntax
'Declaration
Protected Overridable Sub OnExpanded( _
ByVal As EventArgs _
)
protected virtual void OnExpanded(
EventArgs
)
Parameters
- e
- Provides data for EventArgs.
See Also