BindableVectorChangedEventHandler delegate
Represents the method that will handle the VectorChanged event.
Syntax
public delegate void BindableVectorChangedEventHandler( IBindableObservableVector vector, Object^ e )
Attributes
- GuidAttribute("624cd4e1-d007-43b1-9c03-af4d3e6258c4")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Parameters
- vector
-
Type: IBindableObservableVector
The object where the handler is attached.
- e
-
Type: System.Object [.NET] | Platform::Object [C++]
Event data, loosely typed.
Remarks
Analogous to the VectorChangedEventHandler<T> delegate. Although the parameter e is of type Object, you can cast it to type IVectorChangedEventArgs.
This delegate 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
