CleanUpDialog.CleanCanceled

Syntax

CleanCanceled: function(sender, args: Object);

Parameters

sender. Event source.

args. Event information.

Description

The CleanCanceled event is fired on clicking the Cancel 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