TcxCustomDataController.OnAfterCancel Event
Occurs after canceling the modifications to the active record if working in unbound or provider mode.
Declaration
property OnAfterCancel: TcxDataControllerNotifyEvent read; write;
Remarks
Write an OnAfterCancel event handler to perform specific actions after the changes to the active record are canceled. The OnAfterCancel event is called by the Cancel method.
Handle the OnBeforeCancel event to respond before canceling the modifications to the active record.
See Also