BCGControlBar Pro for MFC
virtual void CBCGPADOGridCtrl::OnItemChanged ( CBCGPGridItem pItem,
int  nRow,
int  nColumn 
)
inlinevirtual

Called from the grid control and updates the item in the database.

If the update fails, this method calls OnItemUpdateFailed(), so you can know the exact reason of failure.

You can override this method in a derived class in order to perform custom update.

Parameters
pItemThe grid item to update.
nRowItem row
nColumnItem column.

Reimplemented from CBCGPGridCtrl.