다음을 통해 공유


ReadOnlyObservableSet<T>.CollectionChanged Event

Occurs when an item is added, removed, changed, moved, or the entire set is refreshed.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler CollectionChanged

Implements

INotifyCollectionChanged.CollectionChanged

.NET Framework Security

See Also

Reference

ReadOnlyObservableSet<T> Class

Microsoft.VisualStudio.Shell Namespace