IBindableObservableVector interface
Extends IBindableVector by adding a VectorChanged event for change notification.
Syntax
Attributes
- GuidAttribute("fe1eb536-7e7f-4f90-ac9a-474984aae512")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The IBindableObservableVector interface has these types of members:
Events
The IBindableObservableVector interface has these events.
| Event | Description |
|---|---|
| VectorChanged | Occurs when the vector collection changes (add, delete, item change). |
Remarks
This interface supports the creation of data bindable collections in C++. When building Windows Store apps with the Microsoft .NET Framework, you should use ObservableCollection(Of T) or implement IList and INotifyCollectionChanged. For more info, see Binding to collections.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
