Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetCellValidatingEventArgs Class

Provides data for the SpreadsheetControl.CellEndEdit event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

[ComVisible(true)]
public class SpreadsheetCellValidatingEventArgs :
    SpreadsheetCellCancelEventArgs

Remarks

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.

See Also