Requests an end to an edit operation taking place.
[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 edit operation ends successfully; otherwise, false.
DataGridTable Class | DataGridTable Members | System.WinForms Namespace