ActiveSheetChanged: function (sender, args);
sender. Event source.
args. Event information.
The ActiveSheetChanged event occurs after active sheet change.
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: