This topic has not yet been rated - Rate this topic

IBindableObservableVector interface

Extends IBindableVector by adding a VectorChanged event for change notification.

Syntax


public interface IBindableObservableVector : IList, 
    IEnumerable

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.

EventDescription
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

Windows.UI.Xaml.Interop
Windows::UI::Xaml::Interop [C++]

Metadata

Windows.winmd

See also

IBindableVector
IBindableIterable
XAML data binding sample

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.