CellValidationEventHandler
CellValidationEventHandler delegate
Rappresenta il metodo che intende gestire gli eventi di convalida delle celle.
public delegate void CellValidationEventHandler(object sender, CellValidationEventArgs e);
Parametro | Tipo | Descrizione |
---|---|---|
sender | Object | La fonte dell’evento. |
e | CellValidationEventArgs | L’argomento dell’evento. |
Guarda anche
- class CellValidationEventArgs
- spazio dei nomi Aspose.Cells.GridDesktop
- assemblea Aspose.Cells.GridDesktop