TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (PropertyPath)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also