EventRegistrationTokenTable<T>.InvocationList Proprietà

Definizione

Ottiene o imposta un delegato di tipo T il cui elenco chiamate include tutti i delegati del gestore eventi che sono stati aggiunti e che non sono ancora stati rimossi. Richiamando il delegato vengono richiamati tutti i gestori eventi.

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

Valore della proprietà

T

Delegato del tipo T che rappresenta tutti i delegati del gestore eventi attualmente registrati per un evento.

Si applica a