ReadOnlyObservableSet<T>.OnCollectionChanged 方法

Invoked when the collection is changed.

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Protected Overridable Sub OnCollectionChanged ( _
    eventArgs As NotifyCollectionChangedEventArgs _
)
protected virtual void OnCollectionChanged(
    NotifyCollectionChangedEventArgs eventArgs
)

参数

.NET Framework 安全性

请参见

参考

ReadOnlyObservableSet<T> 类

Microsoft.VisualStudio.Shell 命名空间