Sparkline for UWP | ComponentOne
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 VectorChangedEventHandler(Of Object)
    public event VectorChangedEventHandler<object> VectorChanged
    See Also