WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.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
    protected virtual void OnVectorChanged( 
       IVectorChangedEventArgs args
    )

    Parameters

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