Class CheckBoxIsCheckChangedCommandContext
Inheritance
System.Object
CheckBoxIsCheckChangedCommandContext
Namespace: Telerik.XamarinForms.Primitives.CheckBox.Commands
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class CheckBoxIsCheckChangedCommandContext : Object
Constructors
CheckBoxIsCheckChangedCommandContext(Nullable<Boolean>, Nullable<Boolean>)
Declaration
public CheckBoxIsCheckChangedCommandContext(Nullable<bool> oldState, Nullable<bool> newState)
Parameters
System.Nullable<System.Boolean>
oldState
|
System.Nullable<System.Boolean>
newState
|
Properties
NewState
Declaration
public Nullable<bool> NewState { get; }
Property Value
System.Nullable<System.Boolean>
|
OldState
Declaration
public Nullable<bool> OldState { get; }
Property Value
System.Nullable<System.Boolean>
|