ComponentOne Input Library for WPF
C1.WPF.Input Namespace / ComboBoxItemsCollection Class / CollectionChanged Event

In This Topic
    CollectionChanged Event (ComboBoxItemsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableAttribute(2)>
    Public Event CollectionChanged As NotifyCollectionChangedEventHandler
    [Nullable(2)]
    public event NotifyCollectionChangedEventHandler CollectionChanged
    Event Data

    The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
     
     
     
    See Also