Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 601 Bytes

appbar_closed.md

File metadata and controls

30 lines (19 loc) · 601 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.AppBar.Closed
winrt event

Microsoft.UI.Xaml.Controls.AppBar.Closed

-description

Occurs when the AppBar changes from visible to hidden.

-xaml-syntax

<AppBar Closed="eventhandler"/>

-remarks

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

-examples

-see-also

Command bar