One of the easiest explanations I've seen...
All the controls on a form refresh when binding senses that a property one
of them is bound to has changed. It senses that via a PropertyChanged
event, where Property is the name of a property that is bound to by one of
the controls.
> I want to bind a datagrid to MyItemCollection that consists of MyItem
> objects. Problem is I'm not sure how to notify the datagrid of
> property changes in a MyItem object. Anyone have any ideas?
>
> Thanks
Kulgan - 02 Aug 2004 00:55 GMT
Would you happen to have any code that reveals how this is achieved?
Thanks
> One of the easiest explanations I've seen...
>
[quoted text clipped - 8 lines]
> >
> > Thanks