AppBar.Opening Event
Occurs before the AppBar is opened.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Event Data
The Opening event's data class is DevExpress.Xpf.WindowsUI.AppBarEventArgs.
Remarks
The Opening event allows you to cancel opening the AppBar. To do this, set the AppBarEventArgs.Cancel property to true.
See Also