DataGridTableStyle::EndEdit Method (DataGridColumnStyle^, Int32, Boolean)
.NET Framework (current version)
Requests an end to an edit operation.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual bool EndEdit( DataGridColumnStyle^ gridColumn, int rowNumber, bool shouldAbort ) sealed
Parameters
- gridColumn
-
Type:
System.Windows.Forms::DataGridColumnStyle^
The DataGridColumnStyle to edit.
- rowNumber
-
Type:
System::Int32
The number of the edited row.
- shouldAbort
-
Type:
System::Boolean
A value indicating whether the operation should be stopped; true if it should stop; otherwise, false.
Similar to the BeginEdit method, the EndEdit method is intended to notify the System.Windows.Forms::DataGrid when an edit operation is ending.
The following code example calls the BeginEdit method on the current DataGridTableStyle in a System.Windows.Forms::DataGrid control.
.NET Framework
Available since 1.1
Available since 1.1
Show: