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