DataGridColumn::CancelCellEdit Method (FrameworkElement^, Object^)
.NET Framework (current version)
Causes the cell being edited to revert to the original, unedited value.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void CancelCellEdit( FrameworkElement^ editingElement, Object^ uneditedValue )
Parameters
- editingElement
-
Type:
System.Windows::FrameworkElement^
The element that the column displays for a cell in editing mode.
- uneditedValue
-
Type:
System::Object^
The original, unedited value in the cell being edited.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: