Class SwipeStartedEventArgs
Inheritance
System.Object
SwipeStartedEventArgs
Namespace: Syncfusion.SfCarousel.iOS
Assembly: Syncfusion.SfCarousel.iOS.dll
Syntax
public class SwipeStartedEventArgs : EventArgs
Constructors
SwipeStartedEventArgs()
Declaration
public SwipeStartedEventArgs()
Properties
IsSwipedLeft
Gets the value of Swipe 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. |