Back to Devexpress

TcxDataControllerNotifyEvent Type

vcl-cxcustomdata-04d7b1fa.md

latest1.2 KB
Original Source

TcxDataControllerNotifyEvent Type

The action procedural type for data controller handlers.

Declaration

delphi
TcxDataControllerNotifyEvent = procedure(ADataController: TcxCustomDataController) of object;

Parameters

NameTypeDescription
ADataControllerTcxCustomDataController

The data controller that raised the event.

|

Remarks

The following data controller events reference the TcxDataControllerNotifyEvent type:

See Also

cxCustomData Unit