EventRegistrationTokenTable<T>.InvocationList 属性

定义

获取或设置一个类型 T 委托,其调用列表包含已添加且尚未删除的所有事件处理程序委托。 调用此委托将调用所有事件处理程序。

public:
 property T InvocationList { T get(); void set(T value); };
public T InvocationList { get; set; }
public T? InvocationList { get; set; }
member this.InvocationList : 'T with get, set
Public Property InvocationList As T

属性值

T

一个类型 T 委托,表示当前为事件注册的所有事件处理程序委托。

适用于