NavigationStoppedEventHandler Delegado

Definición

Proporciona datos de eventos para el evento NavigationStopped .

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)

Parámetros

sender
Object

Platform::Object

Objeto donde está asociado el controlador.

e
NavigationEventArgs

Datos del evento.

Atributos

Se aplica a