NotifyCollectionChangedEventHandler 委托

定义

表示将处理 CollectionChanged 事件的方法。

。网 此接口显示为 System.Collections.Specialized.NotifyCollectionChangedEventHandler

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2332625372, 8197, 23955, 191, 138, 114, 95, 1, 123, 170, 141)]
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)

参数

sender
Object

附加处理程序的 对象。

e
NotifyCollectionChangedEventArgs

事件的事件数据。

属性

注解

使用 .NET 编程时,此委托是隐藏的,开发人员应使用 System.Collections.Specialized.NotifyCollectionChangedEventHandler 委托。

适用于

另请参阅