NavigatingCancelEventHandler
NavigatingCancelEventHandler
NavigatingCancelEventHandler
NavigatingCancelEventHandler
Delegate
Definition
Represents the method to use as the OnNavigatingFrom callback override.
public : delegate void NavigatingCancelEventHandler(PlatForm::Object sender, NavigatingCancelEventArgs e)public delegate void NavigatingCancelEventHandler(Object sender, NavigatingCancelEventArgs e)Public Delegate NavigatingCancelEventHandler(sender As Object, e As NavigatingCancelEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the method is implemented.
- e
- NavigatingCancelEventArgs NavigatingCancelEventArgs NavigatingCancelEventArgs NavigatingCancelEventArgs
Event data that is passed through the callback.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|