Back to Devexpress

AppBar.Closing Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbar-db6055eb.md

latest1.3 KB
Original Source

AppBar.Closing Event

Occurs before the AppBar is closed.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event AppBarClosingEventHandler Closing
vb
Public Event Closing As AppBarClosingEventHandler

Event Data

The Closing event's data class is DevExpress.Xpf.WindowsUI.AppBarEventArgs.

Remarks

The Closing event allows you to cancel closing the AppBar. To do this, set the AppBarEventArgs.Cancel property to true.

See Also

Opening

Opened

IsOpen

Closed

AppBar Class

AppBar Members

DevExpress.Xpf.WindowsUI Namespace