DataGridView.RefreshEdit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value.
public:
bool RefreshEdit();
public bool RefreshEdit ();
member this.RefreshEdit : unit -> bool
Public Function RefreshEdit () As Boolean
Returns
true
if successful; false
if a DataError event occurred.
Remarks
Call this method to force a cell to update its display value in edit mode. This is useful when an external process modifies the cell value and you want to notify the user of the change, even when a user-specified change is lost as a result.