Requests an end to an edit operation taking place on the DataGrid control.
[Visual Basic] Overridable Public Function EndEdit( _ ByVal gridColumn As DataGridColumn, _ ByVal rowNumber As Integer, _ ByVal shouldAbort As Boolean _ ) As Boolean [C#] public virtual bool EndEdit( DataGridColumn gridColumn, int rowNumber, bool shouldAbort ); [C++] public: virtual bool EndEdit( DataGridColumn* gridColumn, int rowNumber, bool shouldAbort ); [JScript] public function EndEdit( gridColumn : DataGridColumn, rowNumber : int, shouldAbort : Boolean ) : Boolean;
true if the editing operation ceases; otherwise, false.
DataGrid Class | DataGrid Members | System.WinForms Namespace | BeginEdit