Constructor TabControlEventArgs
TabControlEventArgs(AbstractControl, int, TabControlAction)
Initializes a new instance of the TabControlEventArgs class.
public TabControlEventArgs(AbstractControl tabPage, int tabPageIndex, TabControlAction action)
Parameters
tabPage
AbstractControlThe tab page the event is occurring for.
tabPageIndex
intThe zero-based index of
tabPage
in the tab pages collection.action
TabControlActionOne of the TabControlAction values.