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