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