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