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