WorkbookBox.Saved

Syntax

Saved: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The Saved event is fired after saving report to the server.

Example

The example of using the Saved event is given on the Example of Creating the WorkbookBox Component page.

See also:

WorkbookBox