TitleEngTAG

OnAfterSpkRenameRecord

**OnAfterSpkRenameRecord**(SourcePeer: Guid; TargetTable: Integer; RecRef: RecordRef; xRecRef: RecordRef) * This Event will be raised after the rename of **xRecRef** record into **RecRef** record, from **TargetTable** table, as requested by **SourcePeer** Peer \\ * Please note that this Event will be raised even if a Subscriber of an OnBeforeSpkRenameRecord 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 Rename operation will be rolled back; the Error Message will be logged into Sprinkler Log and the operation will be repeated in one minute.