BCGSuite for MFC
virtual void CBCGPGridCtrl::OnItemChanged ( CBCGPGridItem pItem,
int  nRow,
int  nColumn 
)
virtual

Called by the grid control when the grid item has been changed.

This method is called by the grid control when the user has finished to edit a grid item. Override this method in a derived class to be notified about item changes.

Parameters
pItemA pointer to item that has been changed.
nRowThe item row.
nColumnThe item column.

Reimplemented in CBCGPADOGridCtrl.