Provides data for the SwipeCompleted event. This event is raised when a swipe gesture has been completed on a collection view item.
Definition
Namespace:Telerik.Maui.Controls.CollectionView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CollectionViewSwipeCompletedEventArgs : EventArgs
Inheritance: objectEventArgsCollectionViewSwipeCompletedEventArgs
Inherited Members
Constructors
Initializes a new instance of the CollectionViewSwipeCompletedEventArgs class.
Properties
Gets the data item associated with the collection view item that was swiped. This is the same object that would be found in the collection view's data source.
C#
public object Item { get; }