Eventhandler removal

  • Thread starter Thread starter EMW
  • Start date Start date
E

EMW

If I remove a control that has been created during runtime, will the during
runtime created eventhandler also be removed, or do I need to do this
manualy with RemoveHandler?
 
* "EMW said:
If I remove a control that has been created during runtime, will the during
runtime created eventhandler also be removed, or do I need to do this
manualy with RemoveHandler?

You will have to remove the handler.
 

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