You could use the same logic as what is presented here (the context there is
copying all eventhandlers):
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactfra
mework/browse_frm/thread/246d4b399b3d87be/ba6a8af5a310d185
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
>I want remove all the eventhandler added by
>button.click+=myeventhandler(for example)
> .
> Is there any way.
> The only way i know is button.click-=myeventhandler.
> but I want know how to remove all eventhandler link to click