DataGridView.RefreshEdit Method

Definition

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.

Applies to

See also