WorkbookView.NeedRevisions

Syntax

NeedRevisions: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The NeedRevisions event is fired on revisions request.

Example

To execute the example, the page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component), and also add the following code in the handler, that processes document opening event:

workbookBox.NeedRevisions.add(onDummyActionFactory("Revisions request event occurred"));

After executing the example the WorkbookView.NeedRevisions event is fired on opening the Data tab on side panel, and the browser console displays appropriate revisions message.

See also:

WorkbookView