HI,
this is possibly a dumb question, but it is a long time since i last did this and i can't remember how i did it. I have a data object, and i want to bind some UI elements to it, which is easily achieved using the DataBindings property on the UI elements. But when the data changes in the data object, how do i notify the UI elements that they should update themselves?
IIRC, last time i did this my data object derived from something within the framework, and i raised an event every time the data changed ina bindable property - but i may be mis-remembering. Can anyone point me in the right direction?
Thanks!