NavigationStoppedEventHandler Delegate

Definition

Provides event data for the NavigationStopped event.

public delegate void NavigationStoppedEventHandler(Platform::Object ^ sender, NavigationEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3118962342, 32766, 23139, 174, 244, 203, 195, 49, 102, 59, 102)]
public delegate void NavigationStoppedEventHandler(object sender, NavigationEventArgs e);
Public Delegate Sub NavigationStoppedEventHandler(sender As Object, e As NavigationEventArgs)

Parameters

sender
Object

Platform::Object

The object where the handler is attached.

e
NavigationEventArgs

Event data for the event.

Attributes

Applies to