WbkDataView.SheetClick

Syntax

SheetClick: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The SheetClick event occurs on clicking a sheet title.

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:

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:

WbkDataView