ClassHyperlinkOpenedEventArgs
Class
Provides data for the HyperlinkOpened event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class HyperlinkOpenedEventArgs : EventArgs
Inheritance: objectEventArgsHyperlinkOpenedEventArgs
Inherited Members
Constructors
HyperlinkOpenedEventArgs(string, GridViewRowInfo, GridViewColumn, string)
Initializes a new instance of the HyperlinkOpenedEventArgs class.
Declaration
cs-api-definition
public HyperlinkOpenedEventArgs(string hyperlink, GridViewRowInfo row, GridViewColumn column, string error)
Parameters
hyperlink
The hyperlink.
row
The row which contains the hyperlink.
column
The column which contains the hyperlink.
error
Any error occured while trying to open a hyperlink.
Fields
Properties
Cell
Gets the GridViewCellInfo related to with this hyperlink belongs.
Column
Gets the GridViewColumn related with the cell.
Error
Gets the error.
Row
Gets the GridViewRowInfo related with the cell.