HyperlinkMouseDown: function (sender, args);
sender. Event source.
args. Event information. Available arguments: RowIndex, ColIndex - column and row index of the cell where the hyperlink was clicked, DrillMethod - direction in which the selection moves on pressing the SHIFT key.
The HyperlinkMouseDown event occurs on clicking a hyperlink in the table of the express report working area.
The example of event use is given on the Example of Creating the EaxGrid Component page.
See also: