Back to Devexpress

AppBar.Opened Event

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbar-03f1c436.md

latest1.9 KB
Original Source

AppBar.Opened Event

Occurs when the AppBar changes from hidden to visible.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public event EventHandler Opened
vb
Public Event Opened As EventHandler

Event Data

The Opened event's data class is EventArgs.

Remarks

You can respond to the AppBar being opened by handling the Opened event. This event occurs after the AppBar has been opened by an end-user at runtime, or in code using the AppBar.IsOpen property. Note that this event provides only a notification, and it is not possible to cancel the action. To cancel the action, handle the AppBar.Opening event.

You can also respond to the AppBar being closed by handling the AppBar.Closed event.

See Also

Closed

IsOpen

Closing

Opening

HideMode

AppBar Class

AppBar Members

DevExpress.Xpf.WindowsUI Namespace