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
Handled
Gets or sets a value indicating whether the SelectionChanged event is handled.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
NewIndex
Gets the index of currently selected tab item.
Declaration
public double NewIndex { get; }
Property Value
Type |
---|
System.Double |
OldIndex
Gets the index of previously selected tab item.
Declaration
public double OldIndex { get; }
Property Value
Type |
---|
System.Double |