RequestMetadata (sender, args);
sender. Event source.
args. Event information.
The RequestMetadata event is fired on metadata 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:
//Get wizard on the Series - Main tab var mainSeriesPanel = workbookBox.getPropertyBarView().getMainSeriesPanel(); //Subscribe to metadata request event mainSeriesPanel.RequestMetadata.add(function(){ //Output message alert('Metadata request event occurred); });
After executing the example the RequestMetadata event handler is added. To fire the event, select the Series tab in the workbook side panel.
See also: