Skip to main content

TcxCustomTreeList.OnFindCriteriaBeforeChange Event

Enables you to identify and track any changes made to data search criteria before they take effect on the tree list control.

Declaration

property OnFindCriteriaBeforeChange: TcxDataFindCriteriaBeforeChangeEvent read; write;

Remarks

This event occurs every time:

Refer to the TcxDataFindCriteriaBeforeChangeEvent procedural type description for detailed information on parameters accessible within an OnFindCriteriaBeforeChange event handler.

See Also