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