Delegate NavigationStoppedEventHandler
Delegate for the NavigationStopped event
Namespace: System.Windows.Navigation
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public delegate void NavigationStoppedEventHandler(object sender, NavigationEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The object sending this event |
| NavigationEventArgs | e | The event arguments |