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 |
|
|
Metadata |
|
|
DLL |
|
Build date: 2/25/2013
