Class ItemSwipeCompletedEventArgs
Inheritance
System.Object
ItemSwipeCompletedEventArgs
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class ItemSwipeCompletedEventArgs : EventArgs
Constructors
ItemSwipeCompletedEventArgs(Object, Double)
Declaration
public ItemSwipeCompletedEventArgs(object item, double offset)
Parameters
System.Object
item
|
System.Double
offset
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.Object
|
Offset
Declaration
public double Offset { get; }
Property Value
System.Double
|