Provides data for the HyperlinkOpening event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class HyperlinkOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsHyperlinkOpeningEventArgs
Inherited Members
Constructors
Initializes a new instance of the HyperlinkOpeningEventArgs class.
C#
public HyperlinkOpeningEventArgs(string hyperlink, GridViewRowInfo row, GridViewColumn column)
The hyperlink.
rowGridViewRowInfoThe row which contains the hyperlink.
columnGridViewColumnThe column which contains the hyperlink.
Fields
Properties
Gets the GridViewCellInfo related to with this hyperlink belongs.
C#
public GridViewCellInfo Cell { get; }
Gets the GridViewColumn related with the cell.
C#
public GridViewColumn Column { get; }
Gets the GridViewRowInfo related with the cell.
C#
public GridViewRowInfo Row { get; }