Class CollectionViewSwipeStartingEventArgs
Represents the event arguments for the SwipeStarting event.
Inheritance
System.Object
CollectionViewSwipeStartingEventArgs
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewSwipeStartingEventArgs : EventArgs
Constructors
CollectionViewSwipeStartingEventArgs(Object)
Initializes a new instance of the CollectionViewSwipeStartingEventArgs class.
Declaration
public CollectionViewSwipeStartingEventArgs(object item)
Parameters
System.Object
item
|
Properties
Cancel
Gets or sets a value indicating whether the swipe should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Item
Gets the item that is about to be swiped.
Declaration
public object Item { get; }
Property Value
System.Object
|