BCGSuite for MFC
virtual void CBCGPGridCtrl::OnSelChanged ( const CBCGPGridRange range,
BOOL  bSelect 
)
protectedvirtual

Called by the framework when the grid control has changed the selection.

Override this function if you need custom processing on this event. The default implementation sends the BCGPGN_SELCHANGED notification message to the grid's owner.

Parameters
rangeSpecifies the grid range
bSelectTRUE - select items. FALSE - clear selection.