[]
        
(Showing Draft Content)

FarPoint.Win.Spread.HyperLinkClickedEventArgs.-ctor

HyperLinkClickedEventArgs Constructor

HyperLinkClickedEventArgs(SpreadView, Control, int, int, int, string)

Creates a new object with the ActiveSheetChanging event arguments.

Declaration
public HyperLinkClickedEventArgs(SpreadView view, Control editingControl, int row, int column, int linkIndex, string link)
Public Sub New(view As SpreadView, editingControl As Control, row As Integer, column As Integer, linkIndex As Integer, link As String)
Parameters
Type Name Description
SpreadView view

The view that contains the cell with the editor that raised the event.

Control editingControl

The Control object that raises the event.

int row

The row index of the cell with the editor that raised the event.

int column

The column index of the cell with the editor that raised the event.

int linkIndex

The index of the clicked link.

string link

The link.