[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.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)
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.