BCGControlBar Pro for MFC
virtual void CBCGPGridCtrl::OnFilterBarChanged ( int  nColumn,
const CString &  strNewFilter 
)
virtual

Should be called when the data in any filter edit controls is changed.

Call this method from a custom filter box when it's data has changed and a new filter should be applied.

Parameters
nColumnSpecifies the column index.
strNewFilterSpecifies the new filter.