VectorChangedEventHandler<T> Delegato

Definizione

Rappresenta il metodo che gestisce l'evento modificato di un vettore osservabile.

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)

Parametri di tipo

T

Parametri

sender
IObservableVector<T>

Vettore osservabile modificato.

event
IVectorChangedEventArgs

Descrizione della modifica che si è verificata nel vettore.

Attributi

Requisiti Windows

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

Commenti

Questo delegato viene usato dall'evento IObservableVector.VectorChanged .

Si applica a

Vedi anche