TabControlEventArgs
Wisej.Web.TabControlEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the Selected and Deselected events of a TabControl control.
public class TabControlEventArgs : EventArgsPublic Class TabControlEventArgs
    Inherits EventArgsConstructors
 TabControlEventArgs(tabPage, tabPageIndex, action)
 TabControlEventArgs(tabPage, tabPageIndex, action)
 TabControlEventArgs(tabPage, tabPageIndex, action)
 TabControlEventArgs(tabPage, tabPageIndex, action)Initializes a new instance of the TabControlEventArgs class.
Name
Type
Description
Properties
 Action
 Action
 Action
 ActionTabControlAction: Returns a value indicating which event is occurring.
 TabPage
 TabPage
 TabPage
 TabPageTabPage: Returns the TabPage the event is occurring for.
 TabPageIndex
 TabPageIndex
 TabPageIndex
 TabPageIndexInt32: Returns the zero-based index of the TabPage in the TabPages collection.
Used By
Name
Description
Represents the method that will handle the Selected or Deselected event of a TabControl control.
Last updated
Was this helpful?

