Class SwipeStartedEventArgs
Provides data for the SwipeStarted event, indicating the direction of the swipe.
Inheritance
System.Object
SwipeStartedEventArgs
Namespace: Syncfusion.Maui.Toolkit.Carousel
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class SwipeStartedEventArgs : EventArgs
Remarks
This class contains information about whether a swipe occurred on the left side.
Constructors
SwipeStartedEventArgs()
Declaration
public SwipeStartedEventArgs()
Properties
IsSwipedLeft
Gets a value indicating whether the swipe was to the left on the carousel.
Declaration
public bool IsSwipedLeft { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|