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