Skip to main content

TcxCustomDataController.OnAfterInsert Event

Occurs after inserting a new record if working in unbound or provider mode.

Declaration

property OnAfterInsert: TcxDataControllerNotifyEvent read; write;

Remarks

Write an OnAfterInsert event handler to perform specific actions immediately after inserting a record. The Insert and Append methods generate an OnAfterInsert event after inserting or appending a new record.

Handle the OnBeforeInsert event to respond before inserting a record.

See Also