InvocationList Property
Collapse the table of content
Expand the table of content

EventRegistrationTokenTable<T>.InvocationList Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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 T InvocationList { get; set; }

Property Value

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft