DictionaryBox.Exit

Syntax

Exit: function(sender, args: Object);

Parameters

sender. Event source.

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

Description

The Exit event is fired on exiting the container for MDM dictionary.

Example

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

See also:

DictionaryBox