TabControlCancelEventArgs

Wisej.Web.TabControlCancelEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the Selecting and Deselecting events of a TabControl control.

public class TabControlCancelEventArgs : CancelEventArgs

Constructors

Initializes a new instance of the TabControlCancelEventArgs class.

Initializes a new instance of the TabControlCancelEventArgs class.

Properties

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.

Used By

Last updated