help:I want remove all eventhandler of Click, how can I realize it

  • Thread starter Thread starter yy
  • Start date Start date
Y

yy

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
 
Back
Top