DataRowView::CancelEdit Method ()
.NET Framework (current version)
Cancels an edit procedure.
Assembly: System.Data (in System.Data.dll)
After calling CancelEdit, all changes to the row are rolled back. You can also roll back changes by calling RejectChanges on the parent DataTable.
.NET Framework
Available since 1.1
Available since 1.1
Show: