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