Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 552 Bytes

appbar_opened.md

File metadata and controls

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

Windows.UI.Xaml.Controls.AppBar.Opened

-description

Occurs when the AppBar changes from hidden to visible.

-xaml-syntax

<AppBar Opened="eventhandler"/>

-remarks

You can respond to the app bar being opened by handling the Opened event.

-examples

-see-also

Quickstart: Adding app bars