I have a problem in an application I am writing where one of the cells in a datagrid view is clearing when I push one of the buttons on my form. I can't figure out where the cell value is being cleared/set. I just put a handler for the "Validating" event for the DGV to see if the cell is being cleared before or after that particular event fires and I can see it is clearing before that. I'd like to be able to trap all events and just walk through them to see where the cell is being cleared. Alternatively I'd like to at least be able to see what events are being fired. Is there any way to do this?
There is apparently a tool called UISpy.exe but it didn't come with the VS2008 upgrade and I can't seem to find it. Any help on this problem is appreciated.
Thanks,
Greg
There is apparently a tool called UISpy.exe but it didn't come with the VS2008 upgrade and I can't seem to find it. Any help on this problem is appreciated.
Thanks,
Greg