company logo

DBBaseContext :: doAfterRemove - After remove handler

The after remove handler is called, when a data instance has been removed from a collection (DBO_Removed event). In contrast to delete, remove means only that an instance has been removed from a collection but not necessarily deleted as instance. When the handler is called the instance removed from the collection is not anymore selected in the property handle and thus, not accessible.

The handler can be overloaded in specialized property context class implementations.

Return value:  Execution error ( int32  )

The value is usually returned from context functions or actions in order to report the result of execution. The variable may contain following values:

  • -1: function/action not executed
  • 0: function executed normally
  • 1-9: Function executed with errors. Error codes depend on the function/action called.

Implementation details

int32 DBBaseContext  :: doAfterRemove (  )