ClassCollectionViewSwipeStartingEventArgs
Class
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:
cs-api-definition
public class CollectionViewSwipeStartingEventArgs : EventArgs
Inheritance: objectEventArgsCollectionViewSwipeStartingEventArgs
Inherited Members
Constructors
CollectionViewSwipeStartingEventArgs(object)
Initializes a new instance of the CollectionViewSwipeStartingEventArgs class.
Declaration
cs-api-definition
public CollectionViewSwipeStartingEventArgs(object item)
Parameters
item
Properties
Cancel
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.