ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ComboBoxItemList Class / OnCollectionChanged Method / OnCollectionChanged(NotifyCollectionChangedEventArgs) Method

In This Topic
    OnCollectionChanged(NotifyCollectionChangedEventArgs) Method
    In This Topic
    Fires the CollectionChanged event.
    Syntax
    'Declaration
     
    Protected Overloads Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also