TabSheet.PictureMouseDown

Syntax

PictureMouseDown: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments:  rowIndex - row index for the cell that contains pressed icon, colIndex - table column index for this cell, event - event of clicking on the icon with mouse cursor.

Description

The PictureMouseDown event is fired when the user clicks an icon using mouse.

Example

The example of use is given on the TabSheetSettings.VisibleNormalPictures property description page.

Seebsp;also:

TabSheet