Delegate CellValidationEventHandler
CellValidationEventHandler delegate
Represents the method that intend to handle cell validation events.
public delegate void CellValidationEventHandler(object sender, CellValidationEventArgs e);
| Parameter | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | CellValidationEventArgs | The event argument. |
See Also
- class CellValidationEventArgs
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop