ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / TagCollection Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (TagCollection)
    In This Topic
    Raise CollectionChanged event to any listeners. Properties/methods modifying this TagCollection will raise a collection changed event through this virtual method.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also