Delegate NavigatingCancelEventHandler
Represents the method that will handle the NavigationService.Navigating
event, which is a cancelable event.
Namespace: System.Windows.Navigation
Assembly: OpenSilver.dll
Syntax
public delegate void NavigatingCancelEventHandler(object sender, NavigatingCancelEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the event. |
| NavigatingCancelEventArgs | e | The data for the event. |