Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventRegistrationTokenTable<T>::RemoveEventHandler Method

.NET Framework (current version)
 

Removes an event handler from the table and the invocation list.

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

NameDescription
System_CAPS_pubmethodRemoveEventHandler(T)

Removes the specified event handler delegate from the table and the invocation list.

System_CAPS_pubmethodRemoveEventHandler(EventRegistrationToken)

Removes the event handler that is associated with the specified token from the table and the invocation list.

Return to top
Show:
© 2017 Microsoft