Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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