ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / VectorChanged Event

In This Topic
    VectorChanged Event
    In This Topic
    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