Condividi tramite


NavigatedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento Navigated .

public delegate void NavigatedEventHandler(Platform::Object ^ sender, NavigationEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2251404567, 28046, 22766, 130, 254, 212, 3, 77, 27, 215, 193)]
public delegate void NavigatedEventHandler(object sender, NavigationEventArgs e);
Public Delegate Sub NavigatedEventHandler(sender As Object, e As NavigationEventArgs)

Parametri

sender
Object

Platform::Object

Oggetto in cui è collegato il gestore.

e
NavigationEventArgs

Dati dell'evento per l'evento.

Attributi

Si applica a