Fired before opening the URL when the user clicks on Hyperlink cell, allows cancel.
Public Event BeforeHyperlinkClick As BeforeHyperlinkClickEventHandler
Grid Object
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. |