BCGSuite for MFC
virtual void CBCGPGridCtrl::OnClickItemLink ( CBCGPGridItem pItem,
int  nLink,
const CString &  strURL,
const CString &  strName 
)
virtual

Called by the framework when a grid item link has been clicked.

Override this method to handle the grid item link click. By default, this method sends the BCGM_GRID_ITEM_LINK_CLICK registered message to the grid control owner.

Parameters
pItemA pointer to CBCGPGridItem object where the link is clicked.
nLinkA zero-based link index.
strURLURL associated with the link.
strNameThe link text label.