[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridErrorEventArgs.-ctor

GridErrorEventArgs Constructor

GridErrorEventArgs(int, int, Exception, bool)

Initializes a new instance of the GridErrorEventArgs class.

Declaration
public GridErrorEventArgs(int row, int col, Exception exception, bool handled)
Public Sub New(row As Integer, col As Integer, exception As Exception, handled As Boolean)
Parameters
Type Name Description
int row

The row index of the cell where the error was detected.

int col

The column index of the cell where the error was detected.

Exception exception

The Exception object that contains information about the error.

bool handled

Whether the error was handled internally and no exception should be thrown.