Hi Nathan,
>>I want to remove all handlers for a specific event
Looks like you are trying to use reflection to make this work, but in Windows Runtime, there are
some changes for Reflection, basically, we need to get Field for EventInfo, then set Value to null to remove handler, but from my test, we can't retrieve any Filed information.
In my view, from the programming point of view, if we add a handler for event, we need to remove them finally when we don't need them, so we can keep a list to save the added event handler name, then use
RemoveHandler event to remove them.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.