NeedRevisions: function (sender, args);
sender. Event source.
args. Event information.
The NeedRevisions event is fired on revisions request.
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: