Arbortext Command Language > Callbacks > doc_add_callback > pending_delete_after Callback Type
  
pending_delete_after Callback Type
Function prototype:
function funcname (doc, startoid, startpos, endoid, endpos)
pending_delete_after is called after any successful insertion that followed a pending delete.
Arguments
doc — the identifier of the current document.
startoid — the object identifier representing the position of the beginning of the inserted content.
startpos — the position from startoid in characters of the start of the inserted content.
endoid — the object identifier representing the position of the end of the inserted content.
endpos — the position from endoid in characters of the end of the inserted content.