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