Share via


ThreadSafeReadOnlyObservableCollection<T>.CollectionChanged Event

 

Represents an event that occurs when an item is added or removed.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public event NotifyCollectionChangedEventHandler CollectionChanged
public:
event NotifyCollectionChangedEventHandler^ CollectionChanged {
    virtual void add(NotifyCollectionChangedEventHandler^ value) sealed;
    virtual void remove(NotifyCollectionChangedEventHandler^ value) sealed;
}
Public Event CollectionChanged As NotifyCollectionChangedEventHandler

Implements

INotifyCollectionChanged.CollectionChanged

See Also

ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top