WbkDataView.SheetClick

Syntax

SheetClick: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The SheetClick event occurs on sheet title click.

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("Sheet title click"));

After executing the example, when the sheet title is clicked, the console displays the corresponding message.

See also:

WbkDataView