System.Windows.Forms.IDataGridEditingService.EndEdit Method

Ends the edit operation.

Syntax

public bool EndEdit (DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort)

Parameters

gridColumn
The System.Windows.Forms.DataGridColumnStyle to edit.
rowNumber
The number of the row to edit
shouldAbort
True if an abort operation is requested

Returns

true if value is commited; otherwise false.

Remarks

If the value cannot be committed, the System.Windows.Forms.DataGridColumnStyle remains editable.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0