Class SelectionChangingEventArgs
This class serves as an event data for the SelectionChanging event.
Inheritance
System.Object
SelectionChangingEventArgs
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.dll
Syntax
public class SelectionChangingEventArgs : CancelEventArgs
Constructors
SelectionChangingEventArgs()
Declaration
public SelectionChangingEventArgs()
Properties
Index
Gets the index value of the item that is about to be selected.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |