RemoveHandler

  • Thread starter Thread starter Franky
  • Start date Start date
F

Franky

In VB.Net I presently use this code for remove handler on click button
event:

<code>
Handler bnttest.Click, AddressOf TetHandler
</ode>

It this possible to use somthing more generic? Whit out use the name of the
event?

Thanks

Franky
 
You might be able to do it with reflection, but I'm not positive.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top