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