EventRegistrationTokenTable<T>.InvocationList Property

Definition

Gets or sets a delegate of type T whose invocation list includes all the event handler delegates that have been added, and that have not yet been removed. Invoking this delegate invokes all the event handlers.

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

Property Value

T

A delegate of type T that represents all the event handler delegates that are currently registered for an event.

Applies to