Fired when a HyperLink cell is clicked.
Public Event HyperlinkClick As HyperlinkClickEventHandler
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 text of cell the user clicked. |
| Handled | Sets whether navigate to a new URL. |