LoadCompletedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento LoadCompleted .

Importante

LoadCompleted può essere modificato o non disponibile per le versioni dopo Windows 8.1. Usare invece NavigationCompleted.

public delegate void LoadCompletedEventHandler(Platform::Object ^ sender, NavigationEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2931488645, 17404, 20012, 149, 195, 151, 174, 132, 234, 188, 142)]
class LoadCompletedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2931488645, 17404, 20012, 149, 195, 151, 174, 132, 234, 188, 142)]
public delegate void LoadCompletedEventHandler(object sender, NavigationEventArgs e);
Public Delegate Sub LoadCompletedEventHandler(sender As Object, e As NavigationEventArgs)

Parametri

sender
Object

Platform::Object

IInspectable

Origine dell'evento.

e
NavigationEventArgs

Dati dell'evento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a

Vedi anche