NotifyCollectionChangedEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示将处理 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
附加处理程序的 对象。
事件的事件数据。
- 属性
注解
使用 .NET 编程时,此委托是隐藏的,开发人员应使用 System.Collections.Specialized.NotifyCollectionChangedEventHandler 委托。