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

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