EventRegistrationTokenTable<T>.InvocationList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.