Skip to main content

TcxCustomDataController.OnDataChanged Event

Occurs on changing data provided by the data controller.

Declaration

property OnDataChanged: TNotifyEvent read; write;

Remarks

The OnDataChanged event is fired when data provided by the data controller is changed. In bound mode, the event is generated when data is posted to a dataset. In unbound mode the event occurs when changing either data or the record count via the Values and RecordCount properties.

The Sender parameter specifies the data controller firing this event.

See Also