Delegate NavigationStoppedEventHandler
Delegate for the NavigationStopped event
Namespace: System.Windows.Navigation
Assembly: Controls.Navigation.OpenSilver.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 |