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!!!
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!!!