Skip to main content
A newer version of this page is available. .

TcxDataControllerNotifyEvent Type

The action procedural type for data controller handlers.

Declaration

TcxDataControllerNotifyEvent = procedure(ADataController: TcxCustomDataController) of object;

Parameters

Name Type Description
ADataController TcxCustomDataController

The data controller that raised the event.

Remarks

The following data controller events reference the TcxDataControllerNotifyEvent type:

See Also