Skip to main content

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