BeforeHyperlinkClick Event

Fired before opening the URL when the user clicks on Hyperlink cell, allows cancel.

Syntax

Public Event BeforeHyperlinkClick As BeforeHyperlinkClickEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Row number of cell the user clicked.
Col Column number of cell the user clicked.
URL The value of the parameter can be reset.
Cancel Set this value to True to prevent opening the URL.