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