Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1 KB

ibindableobservablevector_vectorchanged.md

File metadata and controls

23 lines (15 loc) · 1 KB
-api-id -api-type
E:Windows.UI.Xaml.Interop.IBindableObservableVector.VectorChanged
winrt event

Windows.UI.Xaml.Interop.IBindableObservableVector.VectorChanged

-description

Occurs when the vector collection changes (add, delete, item change).

-remarks

This interface supports the creation of data bindable collections in C++. When programming with .NET, you should use ObservableCollection(Of T) or implement IList and INotifyCollectionChanged.

-examples

-see-also

XAML data binding sample