OnShowToolTipsChanged Method (C1DockingTab)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnShowToolTipsChanged( _
ByVal As EventArgs _
)
protected virtual void OnShowToolTipsChanged(
EventArgs
)
Parameters
- e
- A System.EventArgs object.
See Also