EventRegistrationTokenTable<T>::InvocationList Property

.NET Framework (current version)
 

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.

Namespace:   System.Runtime.InteropServices.WindowsRuntime
Assembly:  mscorlib (in mscorlib.dll)

public:
property T InvocationList {
	T get();
	void set(T value);
}

Property Value

Type: T

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: