Wisej.Web.TabControlEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the Selected and Deselected events of a TabControl control.
public class TabControlEventArgs : EventArgsPublic Class TabControlEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns a value indicating which event is occurring.
: Returns the the event is occurring for.
: Returns the zero-based index of the in the collection.
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.
Represents the method that will handle the Selected or Deselected event of a TabControl control.