K
Kool
Guest
Visual Basic 2010: I createtd a DataGridView and added a CellValueChanged handler to it. In the CellValueChanged routine, the first thing is issue a RemoveHandler.DataGridView for the CellValueChanged routine as I am changing other cells based on the changed cell that initiated the routine. When I programatically change the other cell, it triggers the CellValueChanged routine again. Being that I issued a RemoveHandler for the routine, can anyone tell me why it is being triggered again?
Continue reading...
Continue reading...