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.

DataRow::CancelEdit Method ()

 

Cancels the current edit on the row.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
void CancelEdit()

Exception Condition
InRowChangingEventException

The method was called inside the RowChanging event.

See the BeginEdit method for more information.

The following example edits the value of one column in the last row of a DataGrid control. The example uses the BeginEdit, EndEdit, methods to edit the column's value and commit the change to the row.

No code example is currently available or this language may not be supported.

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