Compartilhar via


CheckedChangedEventArgs(Boolean) Constructor

Definition

Creates a new CheckedChangedEventArgs specifying whether the CheckBox is checked.

public:
 CheckedChangedEventArgs(bool value);
public CheckedChangedEventArgs (bool value);
new Microsoft.Maui.Controls.CheckedChangedEventArgs : bool -> Microsoft.Maui.Controls.CheckedChangedEventArgs
Public Sub New (value As Boolean)

Parameters

value
Boolean

Boolean value indicating whether the CheckBox is checked.

Applies to