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

Called by the framework before in-place edit control is created.

Default implementation sends the BCGM_GRID_ITEM_BEGININPLACEEDIT message to the owner. Override this method in a derived class if you wish to add some functionality before in-place editing begins.

Parameters
pItemA pointer to grid item to be edited.