Class CollectionViewSwipeCompletedEventArgs
Represents the event arguments for the SwipeCompleted event.
Inheritance
System.Object
CollectionViewSwipeCompletedEventArgs
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewSwipeCompletedEventArgs : EventArgs
Constructors
CollectionViewSwipeCompletedEventArgs(Object, Double)
Initializes a new instance of the CollectionViewSwipeCompletedEventArgs class.
Declaration
public CollectionViewSwipeCompletedEventArgs(object item, double offset)
Parameters
System.Object
item
|
System.Double
offset
|
Properties
Item
Gets the item that was swiped.
Declaration
public object Item { get; }
Property Value
System.Object
|
Offset
Gets the final offset of the swiped item.
Declaration
public double Offset { get; }
Property Value
System.Double
|