DictionaryBox.Close

Syntax

Close: function(sender, args: Object);

Parameters

sender. Event source.

args. Event information. Available arguments: ActiveSource - MDM dictionary to be closed.

Description

The Close event is fired on closing MDM dictionary container.

Example

The example of event use is given on the page Example of creating the DictionaryBox component.

See also:

DictionaryBox