ComponentOne Basic Library for UWP
VectorChanged Event

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : VectorChanged Event
Occurs after the view item set has changed, due to applied transformations or changes happened in the underlying collection.
Syntax
'Declaration
 
Public Event VectorChanged As Windows.Foundation.Collections.VectorChangedEventHandler(Of Object)
public event Windows.Foundation.Collections.VectorChangedEventHandler<object> VectorChanged
See Also

Reference

C1CollectionView Class
C1CollectionView Members