AppBar.Closing Event
In This Article
Occurs before the AppBar is closed.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#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