Class SelectionChangedEventArgs
It Contains data for the selection changed event, which is raised when the selected index is changed.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.XForms.Buttons
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
Index
Gets the value of selected index. This property can be used to get the index of the segment item in the SfSegmentedControl.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |