VectorChangedEventHandler<T> Délégué
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ère l’événement modifié d’un vecteur observable.
public delegate void VectorChangedEventHandler(IObservableVector<T> ^ sender, IVectorChangedEventArgs ^ event);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(201660242, 40895, 19568, 170, 12, 14, 76, 130, 217, 167, 97)]
template <typename T>
class VectorChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
[Windows.Foundation.Metadata.Guid(201660242, 40895, 19568, 170, 12, 14, 76, 130, 217, 167, 97)]
public delegate void VectorChangedEventHandler<T>(IObservableVector<T> sender, IVectorChangedEventArgs event);
Public Delegate Sub VectorChangedEventHandler(Of T)(sender As IObservableVector(Of T), event As IVectorChangedEventArgs)
- T
- sender
- IObservableVector<T>
Vecteur observable qui a changé.
- event
- IVectorChangedEventArgs
Description de la modification qui s’est produite dans le vecteur.
- Attributs
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.FoundationContract (introduit dans v1.0)
|
Ce délégué est utilisé par l’événement IObservableVector.VectorChanged .
Produit | Versions |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |