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