Class SelectionChangedEventArgs
SelectionChangedEventArgs Contains data for the event which is raised selected index changed.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
Index
Gets the value of selected index.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |