I have a GridView using a ObservableColletion source.
The cells are dynamically updated after the row is added.
I am looking for an event that occurs on a cell/row that has the data updated.
Any suggestions?
I have tried cellselector and propertychanged cant find it.
BTW there is no 'cellediting' occuring, just receiving of a propertychanged notify from the collection.
Thanks
The cells are dynamically updated after the row is added.
I am looking for an event that occurs on a cell/row that has the data updated.
Any suggestions?
I have tried cellselector and propertychanged cant find it.
BTW there is no 'cellediting' occuring, just receiving of a propertychanged notify from the collection.
Thanks