Back to Devexpress

AppBarToggleButton.Checked Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbartogglebutton-78c4a9e6.md

latest1.6 KB
Original Source

AppBarToggleButton.Checked Event

Occurs when the AppBarToggleButton is checked.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event EventHandler Checked
vb
Public Event Checked As EventHandler

Event Data

The Checked event's data class is EventArgs.

Remarks

You can respond to the AppBarToggleButton being checked by handling the Checked event. Note that this event provides only a notification, and it is not possible to cancel the action. You can also respond to the AppBarToggleButton being unchecked by handling the AppBarToggleButton.Unchecked event.

See Also

Unchecked

IsChecked

AppBarToggleButton Class

AppBarToggleButton Members

DevExpress.Xpf.WindowsUI Namespace