Back to Devexpress

ToolbarToggleButton.CheckedChanged Event

maui-devexpress-dot-maui-dot-controls-dot-toolbartogglebutton-21a487a9.md

latest1.4 KB
Original Source

ToolbarToggleButton.CheckedChanged Event

Fires after the ToolbarToggleButton.IsChecked property is changed.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public event EventHandler<ValueChangedEventArgs<bool>> CheckedChanged

Event Data

The CheckedChanged event's data class is ValueChangedEventArgs<Boolean>. The following properties provide information specific to this event:

PropertyDescription
NewValueGets the new value.
OldValueGets the old value.

Remarks

Use the IsChecked property to obtain the new value.

See Also

ToolbarToggleButton Class

ToolbarToggleButton Members

DevExpress.Maui.Controls Namespace