Class HyperlinkOpenedEventArgs
Provides data for the HyperlinkOpened event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class HyperlinkOpenedEventArgs : EventArgs
Constructors
HyperlinkOpenedEventArgs(String, GridViewRowInfo, GridViewColumn, String)
Initializes a new instance of the HyperlinkOpenedEventArgs class.
Declaration
public HyperlinkOpenedEventArgs(string hyperlink, GridViewRowInfo row, GridViewColumn column, string error)
Parameters
System. The hyperlink. |
Grid The row which contains the hyperlink. |
Grid The column which contains the hyperlink. |
System. Any error occured while trying to open a 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
Error
Gets the error.
Declaration
public string Error { get; }
Property Value
System. The error. |
Row
Gets the Grid
Declaration
public GridViewRowInfo Row { get; }