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.OnAfterPost Event

In This Article

Occurs after saving changes made to a record if working in unbound or provider mode.

#Declaration

Delphi
property OnAfterPost: TcxDataControllerNotifyEvent read; write;

#Remarks

Write an OnAfterPost event handler to perform specific actions immediately after an application posts a change to the active record. The Post method generates the OnAfterPost event after a modification or insertion is made to a record.

Handle the OnBeforePost event to respond before posting the record changes to the dataset.

See Also