Back to Devexpress

ToolbarToggleButton.CheckedChanging Event

maui-devexpress-dot-maui-dot-controls-dot-toolbartogglebutton-4f412d87.md

latest1.6 KB
Original Source

ToolbarToggleButton.CheckedChanging Event

Fires before 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<ValueChangingEventArgs<bool>> CheckedChanging

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NewValueGets the new value.
OldValueGets the old value.

See Also

ToolbarToggleButton Class

ToolbarToggleButton Members

DevExpress.Maui.Controls Namespace