Class StateChangingEventArgs
StateChangingEventArgs contains data for the event raised when changing the state.
Inheritance
System.Object
StateChangingEventArgs
Namespace: Syncfusion.Maui.Buttons
Assembly: Syncfusion.Maui.Buttons.dll
Syntax
public class StateChangingEventArgs : CancelEventArgs
Constructors
StateChangingEventArgs(Nullable<Boolean>)
Initializes a new instance of the StateChangingEventArgs class.
Declaration
public StateChangingEventArgs(Nullable<bool> isChecked)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Boolean> | isChecked | Current state of the control before its changes. |
Properties
IsChecked
Gets a value indicating whether the ToggleButton is checked.
Declaration
public Nullable<bool> IsChecked { get; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |