TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / OnCollectionChanged(NotifyCollectionChangedEventArgs) Method

In This Topic
    OnCollectionChanged(NotifyCollectionChangedEventArgs) Method
    In This Topic
    Raise CollectionChanged event to any listeners. Properties/methods modifying this C1TreeNodeCollection 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