DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / OnVectorChanged Method
The Windows.Foundation.Collections.IVectorChangedEventArgs instance containing the event data.

In This Topic
    OnVectorChanged Method
    In This Topic
    Raises the VectorChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnVectorChanged( _
       ByVal args As IVectorChangedEventArgs _
    ) 
    protected virtual void OnVectorChanged( 
       IVectorChangedEventArgs args
    )

    Parameters

    args
    The Windows.Foundation.Collections.IVectorChangedEventArgs instance containing the event data.
    See Also