Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 597 Bytes

appbar_opened.md

File metadata and controls

29 lines (19 loc) · 597 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.AppBar.Opened
winrt event

Microsoft.UI.Xaml.Controls.AppBar.Opened

-description

Occurs when the AppBar changes from hidden to visible.

-xaml-syntax

<AppBar Opened="eventhandler"/>

-remarks

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

-examples

-see-also

Command bar