AppBar.Opened Event

Definition

Occurs when the AppBar changes from hidden to visible.

C#
public event System.EventHandler<object> Opened;
XAML
<AppBar Opened="eventhandler"/>

Event Type

Remarks

The Opened event occurs after the transition animation completes. You can respond to the app bar being opened by handling the Opened event.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also