ClassHyperlinkOpeningEventArgs
Class
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
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
The hyperlink.
row
The row which contains the hyperlink.
column
The column which contains the hyperlink.
Fields
Properties
Cell
Gets the GridViewCellInfo related to with this hyperlink belongs.
Column
Gets the GridViewColumn related with the cell.
Row
Gets the GridViewRowInfo related with the cell.