[]
Creates a new object with the ActiveSheetChanging event arguments.
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)
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. |