TabControlEventArgs
Wisej.Web.TabControlEventArgs
Last updated
Wisej.Web.TabControlEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the Selected and Deselected events of a TabControl control.
Initializes a new instance of the TabControlEventArgs class.
tabPage
tabPageIndex
action
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.
The the event is occurring for.
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.