BCGControlBar Pro for MFC
virtual void CBCGPGridCtrl::OnChangeSelection ( CBCGPGridRow pNewSel,
CBCGPGridRow pOldSel 
)
inlinevirtual

Called by the framework when the grid control changes the selection.

Called only when IsSingleSel() and IsWholeRowSel() both return TRUE. Override this function if you need custom processing on this event.

Parameters
pNewSelA pointer to new selected row.
pOldSelA pointer to old selected row.