J
Joe
I have a custom class with its properties bound to controls on a Form. If I
change the values of the controls, the changes are carried back to the
object. Is there any way to reverse this - so that programmatic changes
made to the object are reflected back to the form? I'm not making a
list-type object, so I don't want to have to use IBindingList.
Thanks,
Dave Hagedorn
change the values of the controls, the changes are carried back to the
object. Is there any way to reverse this - so that programmatic changes
made to the object are reflected back to the form? I'm not making a
list-type object, so I don't want to have to use IBindingList.
Thanks,
Dave Hagedorn