ItemOperationDone: function(sender, args: Object);
sender. Event source.
args. Event information. Available arguments: ParentKey - parent element key, Operation - operation type, Keys - keys of elements' copies.
The ItemOperationDone event is fired after executing paste, refresh or delete operations for MDM dictionary elements.
The example of event use is given on the page with description of the RdsService.cloneItems method.
See also: