BCGSuite for MFC
BCGCBPRODLLEXPORT UINT BCGM_GRID_ITEM_DBLCLICK

The framework sends the BCGM_GRID_ITEM_DBLCLICK message when a user double click inside the grid row.

Parameters
wParamthis parameter is not used.
lParama pointer to clicked grid control item (CBCGPGridItem).
Returns
the application should return TRUE if it processes this message and the message should not be passed to the clicked item.

This message is sent to owner of Grid Control when a user double click inside the grid row.