DataGridView.EndEdit Method (DataGridViewDataErrorContexts)
.NET Framework (current version)
Commits and ends the edit operation on the current cell using the specified error context.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- context
-
Type:
System.Windows.Forms.DataGridViewDataErrorContexts
A bitwise combination of DataGridViewDataErrorContexts values that specifies the context in which an error can occur.
Return Value
Type: System.Booleantrue if the edit operation is committed and ended; otherwise, false.
| Exception | Condition |
|---|---|
| Exception | The cell value could not be committed and either there is no handler for the DataError event or the handler has set the DataGridViewDataErrorEventArgs.ThrowException property to true. |
This method raises the CellEndEdit event.
This method may result in an exception if errors are not handled with the DataError event.
.NET Framework
Available since 2.0
Available since 2.0
Show: