Back to Devexpress

DXToggleButton.CheckedChanged Event

maui-devexpress-dot-maui-dot-core-dot-dxtogglebutton-73ac9fa7.md

latest1.2 KB
Original Source

DXToggleButton.CheckedChanged Event

Fires after the IsChecked property is changed.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

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.

See Also

DXToggleButton Class

DXToggleButton Members

DevExpress.Maui.Core Namespace