menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class SwipeStartedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    true if the swipe was to the left; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved