| UINT BCGM_GRID_ITEM_ENDINPLACEEDIT | 
This registered windows message is sent to the grid's owner window by default implementation of CBCGPGridCtrl::OnEndInplaceEdit.
| wParam | ID of the grid control | 
| lParam | reference to BCGPGRID_ITEM_INFO structure, which describes the grid item. | 
In BCGPGRID_ITEM_INFO::dwResultCode the sender saves the combination of CBCGPGridCtrl::EndEditResultFlags, which specifies the result of in-place edit.
Sample code: