officefileapi-devexpress-dot-xtraspreadsheet-b61b17d0.md
Provides data for the SpreadsheetControl.CellEndEdit event.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class SpreadsheetCellValidatingEventArgs :
SpreadsheetCellCancelEventArgs
<ComVisible(True)>
Public Class SpreadsheetCellValidatingEventArgs
Inherits SpreadsheetCellCancelEventArgs
SpreadsheetCellValidatingEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | SpreadsheetControl.CellEndEdit |
| WPF Controls | SpreadsheetControl.CellEndEdit |
The SpreadsheetControl.CellEndEdit event occurs before the cell editor is closed and an entered value is committed to a cell. The SpreadsheetCellValidatingEventArgs class introduces the SpreadsheetCellValidatingEventArgs.EditorText property that returns the string entered by an end-user in the cell editor (the cell in-place editor or formula bar).
Note that SpreadsheetCellValidatingEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.CellEndEdit event handlers.
Object EventArgs SpreadsheetCellEventArgsBase SpreadsheetCellCancelEventArgs SpreadsheetCellValidatingEventArgs
See Also