다음을 통해 공유


BulkObservableCollection<T>.OnCollectionChanged 메서드

컬렉션이 변경 될 때 발생 합니다.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
Protected Overrides Sub OnCollectionChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
protected override void OnCollectionChanged(
    NotifyCollectionChangedEventArgs e
)
protected:
virtual void OnCollectionChanged(
    NotifyCollectionChangedEventArgs^ e
) override
abstract OnCollectionChanged : 
        e:NotifyCollectionChangedEventArgs -> unit  
override OnCollectionChanged : 
        e:NotifyCollectionChangedEventArgs -> unit
protected override function OnCollectionChanged(
    e : NotifyCollectionChangedEventArgs
)

매개 변수

.NET Framework 보안

참고 항목

참조

BulkObservableCollection<T> 클래스

Microsoft.VisualStudio.Language.Intellisense 네임스페이스