Skip to main content

SpreadsheetCellValidatingEventArgs Class

Provides data for the SpreadsheetControl.CellEndEdit event.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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