Class SwipeStartedEventArgs
The SwipeStartedEventArgs class holds an argument of the SwipeStarted event.
Inheritance
System.Object
SwipeStartedEventArgs
Namespace: Syncfusion.SfCarousel.XForms
Assembly: Syncfusion.SfCarousel.XForms.dll
Syntax
public class SwipeStartedEventArgs : EventArgs
Constructors
SwipeStartedEventArgs()
Declaration
public SwipeStartedEventArgs()
Properties
IsSwipedLeft
This property can be used to indicate left swipe or Right swipe in SfCarousel.
Declaration
public bool IsSwipedLeft { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The selected item. |