Class SelectedIndexChangedEventArgs
The SelectedIndexChangedEventArgs class contains the selected index changed event arguments.
Inheritance
System.Object
SelectedIndexChangedEventArgs
Namespace: Syncfusion.Maui.Core.Rotator
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class SelectedIndexChangedEventArgs : EventArgs
Constructors
SelectedIndexChangedEventArgs()
Declaration
public SelectedIndexChangedEventArgs()
Properties
Index
Gets the index of the rotator item in the SelectedIndexChangedEventArgs class.
Declaration
public double Index { get; }
Property Value
Type | Description |
---|---|
System.Double | The index. |
Rotator
Gets a control that allows user to showcase a collection of items that can slide either vertically or horizontally.
Declaration
public IRotator Rotator { get; }
Property Value
Type | Description |
---|---|
IRotator | The rotator. |