Class StateChangedEventArgs
Provides information about stateChanges.
Inheritance
System.Object
StateChangedEventArgs
Namespace: Syncfusion.Maui.Buttons
Assembly: Syncfusion.Maui.Buttons.dll
Syntax
public class StateChangedEventArgs : EventArgs
Constructors
StateChangedEventArgs(Nullable<Boolean>)
Initializes a new instance of the StateChangedEventArgs class.
Declaration
public StateChangedEventArgs(Nullable<bool> isChecked)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Boolean> | isChecked | Current state of the control. |
Properties
IsChecked
Gets or set a value indicating whether the ToggleButton is checked.
Declaration
public Nullable<bool> IsChecked { get; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |