NotifyCollectionChangedEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 CollectionChanged 事件的处理方法。
public delegate void NotifyCollectionChangedEventHandler(System::Object ^ sender, NotifyCollectionChangedEventArgs ^ e);
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
public delegate void NotifyCollectionChangedEventHandler(object? sender, NotifyCollectionChangedEventArgs e);
type NotifyCollectionChangedEventHandler = delegate of obj * NotifyCollectionChangedEventArgs -> unit
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)
参数
- sender
- Object
引发事件的对象。
有关事件的信息。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |