0 out of 1 rated this helpful - Rate this topic

VectorChangedEventHandler<T> delegate

Represents the method that handles the changed event of an observable vector.

Syntax


var vectorChangedEventHandler = function(sender, event) {
 /* Your code */
}

Attributes

GuidAttribute("0c051752-9fbf-4c70-aa0c-0e4c82d9a761")
VersionAttribute(NTDDI_WIN8)

Parameters

sender

Type: IObservableVector<T>

The observable vector that changed.

event

Type: IVectorChangedEventArgs

The description of the change that occurred in the vector.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Foundation.Collections
Windows::Foundation::Collections [C++]

Metadata

Windows.winmd

DLL

Windows.Foundation.dll

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.