Delegate CellErrorHandler
CellErrorHandler delegate
Represents the interface that intend to handle cell error events.
void handleCellEvent(Object sender, GridCellException ex, OnErrorActionQuery query);
public delegate void CellErrorHandler(object sender, WebCellException ex,
OnErrorActionQuery action);
Parameter | Type | Description |
---|---|---|
sender | Object | The source of the event. |
ex | WebCellException | The cell operation error. |
action | OnErrorActionQuery | can get onerror action type information. |
See Also
- class WebCellException
- class OnErrorActionQuery
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb