TabControlCancelEventArgs
Wisej.Web.TabControlCancelEventArgs
Last updated
Wisej.Web.TabControlCancelEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Selecting and Deselecting events of a TabControl control.
Initializes a new instance of the TabControlCancelEventArgs class.
Name | Type | Description |
---|---|---|
tabPage | ||
tabPageIndex | ||
cancel | true to cancel the tab change by default; otherwise, false. | |
action |
Initializes a new instance of the TabControlCancelEventArgs class.
Name | Type | Description |
---|---|---|
tabPage | ||
tabPageIndex | ||
newTabPageIndex | ||
cancel | true to cancel the tab change by default; otherwise, false. | |
action |
TabControlAction: Returns a value indicating which event is occurring.
Int32: Returns the zero-based index of the TabPage being selected when processing Deselecting otherwise it returns -1.
TabPage: Returns the TabPage the event is occurring for.
Int32: Returns the zero-based index of the TabPage being selected when processing Selecting and Selected, or being deselected when processing Deselecting and Deselected.
Name | Description |
---|---|
The the event is occurring for.
The zero-based index of tabPage in the collection.
One of the values.
The the event is occurring for.
The zero-based index of tabPage in the collection.
The zero-based index of tabPage in the collection.
One of the values.
Represents the method that will handle the or event of a control.