SheetClick: function(sender, args);
sender. Event source.
args. Event information.
The SheetClick event occurs on clicking a sheet title.
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:
wbkDataBox.SheetClick.add(onDummyActionFactory("Click on a sheet title"));
After executing the example an appropriate message appears in the console on clicking the sheet title.
See also: