In this video you will see how to use Simple DataBinding to read values into your control properties as well as synch your edits back to your datasource. Using the simplest example of an object datasource you will see how to make DataBinding work for you.
Just noticed - control's TextChanged event - fires before it bound data object is written to
So TextChanged event needs - sender.DataBindings("Text").WriteValue() - if you want to inspect the current value in the control (and gain the benefit of any data binding features like formatting)
OghamTheBold 4 months ago