Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / OnItemsChanged Method

In This Topic
    OnItemsChanged Method (C1ComboBox)
    In This Topic
    Called when the value of the Items property changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnItemsChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnItemsChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also