다음을 통해 공유


NotifyCollectionChangedEventHandler 대리자

정의

CollectionChanged 이벤트를 처리할 메서드를 나타냅니다.

.Net 이 인터페이스는 System.Collections.Specialized.NotifyCollectionChangedEventHandler로 나타납니다.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3390092156, 62338, 17809, 133, 87, 94, 36, 150, 82, 121, 176)]
class NotifyCollectionChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3390092156, 62338, 17809, 133, 87, 94, 36, 150, 82, 121, 176)]
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)

매개 변수

sender
Object

IInspectable

처리기가 연결된 개체입니다.

e
NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs

이벤트에 대한 이벤트 데이터입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

.NET으로 프로그래밍할 때 이 대리자는 숨겨지고 개발자는 System.Collections.Specialized.NotifyCollectionChangedEventHandler 대리자를 사용해야 합니다.

적용 대상

추가 정보