Class SelectionChangingEventArgs
Contains data for the event which is raised before selected index changing.
Inheritance
System.Object
SelectionChangingEventArgs
Namespace: Syncfusion.iOS.TabView
Assembly: Syncfusion.SfTabView.iOS.dll
Syntax
public class SelectionChangingEventArgs : EventArgs
Constructors
SelectionChangingEventArgs()
Declaration
public SelectionChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the index has changed.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Index
Gets the value of the index which is going to be selected.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |