Notifies listeners of changes to the vector.
Syntax
Attributes
- GuidAttribute("5917eb53-50b4-4a0d-b309-65862b3f1dbc")
- VersionAttribute(NTDDI_WIN8)
Type parameters
- T
-
The type of the values in the vector.
Members
The IObservableVector interface has these types of members:
Events
The IObservableVector interface has these events.
| Event | Description |
|---|---|
| VectorChanged | Occurs when the vector changes. |
Remarks
The IObservableVector<T> interface enables clients to register for notification events for IVector<T> objects. For example, use notification events when you need to keep two data structures synchronized. In this scenario, you can use the IObservableVector<T> interface to receive notification of changes, so that the associated data structure can be updated.
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