inter Posted August 18, 2005 Posted August 18, 2005 Hello, I have a class person. and this person has different poperties. I also have a form with different textboxes on it. on the change event of the textboxes I put the data also in to the properties of the person object. my question is.... can i do it the other way around. when the value of properties of the person object changes. Can I then automatically fill the textboxes of the form ? do i have to create an event for this? thx, Inter Quote
Afraits Posted August 18, 2005 Posted August 18, 2005 Yes, you will need to raise events do pass property changes back to the form. You may notice that in the textbox's event list it contains events such as backcolor_changed which are providing the text box with the functionality you wish to implement for your person class. Quote Afraits "The avalanche has started, it is too late for the pebbles to vote"
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.