ItemsChangedEventHandler 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 ItemsChanged .
public delegate void ItemsChangedEventHandler(Platform::Object ^ sender, ItemsChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(394418110, 41732, 18479, 139, 240, 185, 210, 227, 150, 18, 163)]
class ItemsChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(394418110, 41732, 18479, 139, 240, 185, 210, 227, 150, 18, 163)]
public delegate void ItemsChangedEventHandler(object sender, ItemsChangedEventArgs e);
Public Delegate Sub ItemsChangedEventHandler(sender As Object, e As ItemsChangedEventArgs)
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)
|