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