Click or drag to resize

TabPageChangedEventArgs Class

Occurs when the selected tab page index has changed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Bootstrap.A11yTabPageChangedEventArgs

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class TabPageChangedEventArgs : EventArgs

The TabPageChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTabPageChangedEventArgs
Initializes a new instance of the TabPageChangedEventArgs class
Top
Properties
  NameDescription
Public propertyIndex
Gets or sets the index of the page.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also