[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SubEditorClosedEventArgs.-ctor

SubEditorClosedEventArgs Constructor

SubEditorClosedEventArgs(SpreadView, Control, Control, int, int)

Creates a new object with the SubEditorClosed event arguments.

Declaration
public SubEditorClosedEventArgs(SpreadView view, Control editingControl, Control subEditor, int row, int column)
Public Sub New(view As SpreadView, editingControl As Control, subEditor As Control, row As Integer, column As Integer)
Parameters
Type Name Description
SpreadView view

View that contains the cell with the editor that raised the event

Control editingControl

Parent of the control that raised the event

Control subEditor

Control that raised the event

int row

Row index of the cell with the editor that raised the event

int column

Column index of the cell with the editor that raised the event