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