Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 555 Bytes

appbar_closed.md

File metadata and controls

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

Windows.UI.Xaml.Controls.AppBar.Closed

-description

Occurs when the AppBar changes from visible to hidden.

-xaml-syntax

<AppBar Closed="eventhandler"/>

-remarks

You can respond to the app bar being dismissed by handling the Closed event.

-examples

-see-also

Quickstart: Adding app bars