SchemaDialog.Canceled

Syntax

Canceled: function(sender, args: Object);

Parameters

sender. Event source

args. Event information.

Description

The Canceled event is generated on clicking the Cancel button in the export/import schema selection dialog box.

Example

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

See also:

SchemaDialog