[]
Represents the event data for the Error event for the Spread component, which occurs when errors are generated by user interaction.
public class ErrorEventArgs : EventArgs
Public Class ErrorEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| ErrorEventArgs(SpreadView, bool, EditError, int, int, int, int, string, Exception) | Creates a new object with the Error event arguments. |
| ErrorEventArgs(SpreadView, bool, EditError, int, int, string, Exception) | Creates a new object with the Error event arguments. |
| Name | Description |
|---|---|
| Cancel | Gets or sets whether to cancel default processing and throw exceptions or the EditError event. |
| Column | Gets the column index of the cell with the editor that raised the event. |
| Column2 | Gets the right column index that raised the event. |
| EditError | Gets the type of edit error. |
| ErrorMessage | Gets the text description of the error. |
| Exception | Gets the exception thrown by the error. |
| IsEditError | Determines whether the error is an editing error. |
| Row | Gets the row index of the cell with the editor that raised the event. |
| Row2 | Gets the bottom row index of the cell that raised the event. |
| View | Gets the view that contains the cell with the editor that raised the event. |