BCGSuite for MFC
virtual void CBCGPGridCtrl::OnAfterInplaceEditCreated ( CBCGPGridItem ,
CWnd *   
)
inlineprotectedvirtual

Called just after the in-place edit has been created.

CBCGPGridItem* pItem - Pointer to the grid item, the owner of the in-place editor.CWnd* pInplaceEdit - Pointer to the newly created in-place editor.Remarks

This virtual function is called just after the in-place edit has been created. Override this function to handle the event. By default this function does nothing.