Class TabSelectionChangedEventArgs
This class serves as an event data for the SelectionChanged event.
Inheritance
System.Object
TabSelectionChangedEventArgs
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.dll
Syntax
public class TabSelectionChangedEventArgs : EventArgs
Constructors
TabSelectionChangedEventArgs()
Declaration
public TabSelectionChangedEventArgs()
Properties
NewIndex
Gets the index of currently selected tab item.
Declaration
public double NewIndex { get; }
Property Value
Type | Description |
---|---|
System.Double |
OldIndex
Gets the index of previously selected tab item.
Declaration
public double OldIndex { get; }
Property Value
Type | Description |
---|---|
System.Double |