DataGridView.EndEdit Method (DataGridViewDataErrorContexts)
Commits and ends the edit operation on the current cell using the specified error context.
Namespace: System.Windows.Forms
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.