Class SelectedIndexEventArgs
Provides data about a SelectedIndexChanged and SelectedIndexChanging events of a TabBar.
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SelectedIndexEventArgs : SyncfusionCancelEventArgs
Properties
Index
Returns the selected index.
Declaration
[TraceProperty(true)]
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Tab
Returns the tab associated with the index.
Declaration
[TraceProperty(true)]
public InternalTab Tab { get; }
Property Value
Type |
---|
Syncfusion.Windows.Forms.InternalTab |