TabControlEventArgs

Wisej.Web.TabControlEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Selected and Deselected events of a TabControl control.

public class TabControlEventArgs : EventArgs

Constructors

Initializes a new instance of the TabControlEventArgs class.

NameTypeDescription

tabPage

The TabPage the event is occurring for.

tabPageIndex

The zero-based index of tabPage in the TabPages collection.

action

One of the TabControlAction values.

Properties

TabControlAction: Returns a value indicating which event is occurring.

TabPage: Returns the TabPage the event is occurring for.

Int32: Returns the zero-based index of the TabPage in the TabPages collection.

Used By

NameDescription

Represents the method that will handle the Selected or Deselected event of a TabControl control.

Last updated