Skip to content

HyperlinkClick Event

Description

Occurs when a hyperlink in an item is clicked.

Syntax

Public Event HyperlinkClick( _
    ByVal [Row](#) As [GridRow](XtremeGridControl~GridRow.md), _
    ByVal [Item](#) As [GridRecordItem](XtremeGridControl~GridRecordItem.md), _
    ByVal [HyperlinkIndex](#) As Long _
)

Parameters

  • Row: Row that contains the clicked hyperlink.
  • Item: Item that contains the clicked hyperlink.
  • HyperlinkIndex: Index of the clicked hyperlink.

See Also


See Also


Grid Control ActiveX Control v24.0


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.