Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 850 Bytes

page_onnavigatingfrom_425696585.md

File metadata and controls

25 lines (16 loc) · 850 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.Page.OnNavigatingFrom(Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs)
winrt method

Windows.UI.Xaml.Controls.Page.OnNavigatingFrom

-description

Invoked immediately before the Page is unloaded and is no longer the current source of a parent Frame.

-parameters

-param e

Event data that can be examined by overriding code. The event data is representative of the navigation that will unload the current Page unless canceled. The navigation can potentially be canceled by setting Cancel.

-remarks

-examples

-see-also