EventRegistrationTokenTable<T>.RemoveEventHandler Method (EventRegistrationToken)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the event handler that is associated with the specified token from the table and the invocation list.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- token
- Type: System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken
The token that was returned when the event handler was added.
Show: