Back to Devexpress

SpreadsheetCellValidatingEventArgs Class

officefileapi-devexpress-dot-xtraspreadsheet-b61b17d0.md

latest2.6 KB
Original Source

SpreadsheetCellValidatingEventArgs Class

Provides data for the SpreadsheetControl.CellEndEdit event.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class SpreadsheetCellValidatingEventArgs :
    SpreadsheetCellCancelEventArgs
vb
<ComVisible(True)>
Public Class SpreadsheetCellValidatingEventArgs
    Inherits SpreadsheetCellCancelEventArgs

SpreadsheetCellValidatingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.CellEndEdit
WPF ControlsSpreadsheetControl.CellEndEdit

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.

Inheritance

Object EventArgs SpreadsheetCellEventArgsBase SpreadsheetCellCancelEventArgs SpreadsheetCellValidatingEventArgs

See Also

SpreadsheetCellValidatingEventArgs Members

DevExpress.XtraSpreadsheet Namespace