LoadCompletedEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente la méthode qui gérera l’événement LoadCompleted .
Important
LoadCompleted peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt 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)
Paramètres
- sender
-
Object
Platform::Object
IInspectable
Source de l'événement.
Données d'événement.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|