Class
HyperlinkOpeningEventArgs

Provides data for the HyperlinkOpening event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class HyperlinkOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsHyperlinkOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

HyperlinkOpeningEventArgs(string, GridViewRowInfo, GridViewColumn)

Initializes a new instance of the HyperlinkOpeningEventArgs class.

Declaration

cs-api-definition
public HyperlinkOpeningEventArgs(string hyperlink, GridViewRowInfo row, GridViewColumn column)

Parameters

hyperlink

string

The hyperlink.

row

GridViewRowInfo

The row which contains the hyperlink.

column

GridViewColumn

The column which contains the hyperlink.

Fields

Gets the hyperlink.

Declaration

cs-api-definition
public readonly string Hyperlink

Field Value

string

Properties

Cell

Gets the GridViewCellInfo related to with this hyperlink belongs.

Declaration

cs-api-definition
public GridViewCellInfo Cell { get; }

Property Value

GridViewCellInfo

Column

Gets the GridViewColumn related with the cell.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

Row

Gets the GridViewRowInfo related with the cell.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo