[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EditErrorEventArgs.-ctor

EditErrorEventArgs Constructor

EditErrorEventArgs(SpreadView, EditError, int, int)

Creates a new object with the EditError event arguments.

Declaration
public EditErrorEventArgs(SpreadView view, EditError editError, int row, int column)
Public Sub New(view As SpreadView, editError As EditError, row As Integer, column As Integer)
Parameters
Type Name Description
SpreadView view

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

EditError editError

Type of edit error

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