ComponentOne Input Library for WPF
C1.WPF.Input Namespace / ComboBoxItemsCollection Class / OnCollectionChanged Method

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

    Parameters

    e
    See Also