menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwipeStartedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SwipeStartedEventArgs

    Provides data for the SwipeStarted event.

    Inheritance
    System.Object
    SwipeStartedEventArgs
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public class SwipeStartedEventArgs : CancelEventArgs

    Constructors

    SwipeStartedEventArgs()

    Declaration
    public SwipeStartedEventArgs()

    Properties

    ItemData

    Gets the underlying data object of the swiped ListViewItem from the bound data source.

    Declaration
    public object ItemData { get; }
    Property Value
    Type Description
    System.Object

    The underlying data object of the swiped ListViewItem from the bound data source.

    ItemIndex

    Gets the index of the swiped ListViewItem in the DataSource.DisplayItems of SfListView.

    Declaration
    public int ItemIndex { get; }
    Property Value
    Type Description
    System.Int32

    The item index of the swiped listViewItem.

    SwipeDirection

    Gets the swipe direction of the swiped ListViewItem.

    Declaration
    public SwipeDirection SwipeDirection { get; }
    Property Value
    Type Description
    SwipeDirection

    The swipe direction of the swiped listViewItem.

    See Also

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