Provides data for the SwipeStarting event. This event is raised when a swipe gesture is about to begin on a collection view item.
Definition
Namespace:Telerik.Maui.Controls.CollectionView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CollectionViewSwipeStartingEventArgs : EventArgs
Inheritance: objectEventArgsCollectionViewSwipeStartingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CollectionViewSwipeStartingEventArgs class.
Properties
Gets or sets a value indicating whether the swipe operation should be cancelled.
When set to true, the swipe gesture will be prevented from starting.
C#
public bool Cancel { get; set; }