Skip to main content

AppBar.Opening Event

Occurs before the AppBar is opened.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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