Class HyperlinkOpeningEventArgs
Provides data for the HyperlinkOpening event.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class HyperlinkOpeningEventArgs : CancelEventArgs
Constructors
HyperlinkOpeningEventArgs(String, GridViewRowInfo, GridViewColumn)
Initializes a new instance of the HyperlinkOpeningEventArgs class.
Declaration
public HyperlinkOpeningEventArgs(string hyperlink, GridViewRowInfo row, GridViewColumn column)
Parameters
System. The hyperlink. |
Grid The row which contains the hyperlink. |
Grid The column which contains the hyperlink. |
Fields
Hyperlink
Gets the hyperlink.
Declaration
public readonly string Hyperlink
Field Value
System.
|
Properties
Cell
Gets the Grid
Declaration
public GridViewCellInfo Cell { get; }
Property Value
Column
Gets the Grid
Declaration
public GridViewColumn Column { get; }
Property Value
Row
Gets the Grid
Declaration
public GridViewRowInfo Row { get; }