WbkDataView.ActiveSheetChanged

Syntax

ActiveSheetChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The ActiveSheetChanged event occurs after active sheet change.

Example

To execute the example, the page must contain the WbkDataBox component named wbkDataBox (see WbkDataBox Constructor), and also the following code must be added in the event handler that processes document opening:

//Create checkbox class instance for setIsBreadcrumbVisible
wbkDataBox.ActiveSheetChanged.add(onDummyActionFactory("Active sheet is changed"));

After executing the example on selecting workbook active sheet the browser console displays an appropriate message.

See also:

WbkDataView