Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDataController.OnDataChanged Event

In This Article

Occurs on changing data provided by the data controller.

#Declaration

Delphi
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