Provides data for the IsCheckedChanged event.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class IsCheckedChangedEventArgs : EventArgs
Inheritance: objectEventArgsIsCheckedChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the IsCheckedChangedEventArgs class.
Properties
Gets the new checked state value.
C#
public bool? NewValue { get; }
A nullable bool representing the new checked state, or null if indeterminate.