Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataGridView::RefreshEdit Method ()

 

Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
bool RefreshEdit()

Return Value

Type: System::Boolean

true if successful; false if a DataError event occurred.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft