TitleEngTAG

OnAfterSpkDeleteRecord

**OnAfterSpkDeleteRecord**(SourcePeer: Guid; TargetTable: Integer; RecRef: RecordRef) * This Event will be raised after the deletion of **RecRef** record, from **TargetTable** table, as requested by **SourcePeer** Peer \\ * Please note that this Event will be raised even if a Subscriber of an OnBeforeSpkDeleteRecord Event has set Handled TRUE; in this case, the operation is assumed as Done by the subscriber. \\ * WARNING: if a Subscriber raises a not handled error, the Delete operation will be rolled back; the Error Message will be logged into Sprinkler Log and the operation will be repeated in one minute.