Class SwipeExecuteBehavior.SwipeEndedEventArgs
Inheritance
System.Object
SwipeExecuteBehavior.SwipeEndedEventArgs
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class SwipeEndedEventArgs : EventArgs
Constructors
SwipeEndedEventArgs(Int32, Int32)
Declaration
public SwipeEndedEventArgs(int p0, int p1)
Parameters
System.Int32
p0
|
System.Int32
p1
|
Properties
P0
Declaration
public int P0 { get; }
Property Value
System.Int32
|
P1
Declaration
public int P1 { get; }
Property Value
System.Int32
|