Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 652 Bytes

navigatingcanceleventhandler.md

File metadata and controls

27 lines (18 loc) · 652 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Navigation.NavigatingCancelEventHandler
winrt delegate

Windows.UI.Xaml.Navigation.NavigatingCancelEventHandler

-description

Represents the method to use as the OnNavigatingFrom callback override.

-parameters

-param sender

The object where the method is implemented.

-param e

Event data that is passed through the callback.

-remarks

-examples

-see-also