menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwipeStartedEventArgs - API Reference

    Show / Hide Table of Contents

    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.

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