[]
Initializes a new instance of the GridErrorEventArgs class.
public GridErrorEventArgs(int row, int col, Exception exception, bool handled)
| 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. |