RdsService.ItemOperationDone

Syntax

ItemOperationDone: function(sender, args: Object);

Parameters

sender. Event source.

args. Event information. Available arguments: ParentKey - parent element key, Operation - operation type, Keys - keys of elements' copies.

Description

The ItemOperationDone event is fired after executing paste, refresh or delete operations for MDM dictionary elements.

Example

The example of event use is given on the page with description of the RdsService.cloneItems method.

See also:

RdsService