BCGControlBar Pro for MFC
virtual void CBCGPGridItem::OnClickLink ( 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 calls the CBCGPGridCtrl::OnClickItemLink() method.

Parameters
nLinkA zero-based link index.
strURLURL associated with the link.
strNameThe link text label.