Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 686 Bytes

systemnavigationcloserequestedprevieweventargs_handled.md

File metadata and controls

27 lines (16 loc) · 686 Bytes
-api-id -api-type
P:Windows.UI.Core.Preview.SystemNavigationCloseRequestedPreviewEventArgs.Handled
winrt property

Windows.UI.Core.Preview.SystemNavigationCloseRequestedPreviewEventArgs.Handled

-description

Gets or sets a value that indicates whether the close request is handled by the app.

-property-value

true if the app has handled the close request; otherwise, false. The default is false.

-remarks

You can handle the close request to have your app perform another action, such as letting the user save data before closing.

-see-also

-examples