Compartilhar via


NavigationStoppedEventHandler Delegar

Definição

Fornece dados de evento para o 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

O objeto em que o manipulador está anexado.

e
NavigationEventArgs

Os dados de evento do evento.

Atributos

Aplica-se a