Class IsCheckedChangedEventArgs
Inheritance
System.Object
IsCheckedChangedEventArgs
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class IsCheckedChangedEventArgs : EventArgs
Constructors
IsCheckedChangedEventArgs(Nullable<Boolean>, Nullable<Boolean>)
Declaration
public IsCheckedChangedEventArgs(Nullable<bool> oldValue, Nullable<bool> newValue)
Parameters
System.Nullable<System.Boolean>
oldValue
|
System.Nullable<System.Boolean>
newValue
|
Properties
NewValue
Declaration
public Nullable<bool> NewValue { get; }
Property Value
System.Nullable<System.Boolean>
|
OldValue
Declaration
public Nullable<bool> OldValue { get; }
Property Value
System.Nullable<System.Boolean>
|