BCGControlBar Pro for MFC
virtual void CBCGPGridCtrl::OnEndInplaceEdit ( CBCGPGridItem pItem)
protectedvirtual

Called by the framework after in-place edit is closed.

Default implementation posts the BCGM_GRID_ITEM_ENDINPLACEEDIT message to the owner. Override if you wish to add some functionality after in-place editor closes. You may override this function and post BCGM_GRID_ITEM_ENDINPLACEEDIT message to the grid itself, see BCGPGridExample sample, Easy Input tab.

Parameters
pItemA pointer to a grid item that was edited.