Back to Devexpress

AppBar.Opening Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbar-130e445e.md

latest1.3 KB
Original Source

AppBar.Opening Event

Occurs before the AppBar is opened.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event AppBarOpeningEventHandler Opening
vb
Public Event Opening As AppBarOpeningEventHandler

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

Closing

Closed

IsOpen

Opened

AppBar Class

AppBar Members

DevExpress.Xpf.WindowsUI Namespace