VectorChangedEventHandler<T> Délégué

Définition

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)

Paramètres de type

T

Paramètres

sender
IObservableVector<T>

Vecteur observable qui a changé.

event
IVectorChangedEventArgs

Description de la modification qui s’est produite dans le vecteur.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduit dans v1.0)

Remarques

Ce délégué est utilisé par l’événement IObservableVector.VectorChanged .

S’applique à

Voir aussi