CleanUpDialog.CleanConfirmed

Syntax

CleanConfirmed: function(sender, args: Object);

Parameters

sender. Event source.

args. Event information. Available arguments: Params - dictionary parameters.

Description

The CleanConfirmed event is fired after clicking the Clear button in the dictionary clearing dialog box.

Example

The event use is given on the page with description of the CleanUpDialog constructor.

See also:

CleanUpDialog