disabling event procedure

  • Thread starter Thread starter alien2_51
  • Start date Start date
A

alien2_51

I'm writing a vb.net windows app, I have a collection I'm
databinding to a combo box, in the selected index changed
event of the combo box I write to a property on another
object. My problem is the proprty gets written to in the
form load (when I data bind) causing my object to be dirty
when the user has not changed anything. Is there a way to
disable the selected index changed event during the form
load and reenable at the end of the form load...?


Thanks!!!
 

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