In This Topic
Raises the
ShowTabsChanged event.
Syntax
'Declaration
Protected Overridable Sub OnShowTabsChanged( _
ByVal As EventArgs _
)
protected virtual void OnShowTabsChanged(
EventArgs
)
Parameters
- e
- A System.EventArgs that contains event data.
See Also