Skip to main content
A newer version of this page is available. .

AppBar.Opening Event

Occurs before the AppBar is opened.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public event AppBarOpeningEventHandler Opening

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