Board index » Visual Studio » CurrentCellChanged event

CurrentCellChanged event

Visual Studio44
Hi, all

I am working on a windows application which need to write 'column name',

'new data' to a log file if any user changed the current cell's data. I am

using CurrentCellChanged property to monitor this situation. But I found

this property raised if user just moved from cell to cell even they did not

change anything in the cell, also I cannot figured out how do I know the

data has been changed and hot to get new data.



Any one can help?

Thanks in advacne.



--

Message posted via www.dotnetmonster.com


-
 

Re:CurrentCellChanged event

Jason,



What kind of cells, and what is the datasource?



Cor





-