Ends the edit on a data grid cell and reverts any changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
protected override void CancelCellEdit(
	FrameworkElement editingElement,
	Object uneditedValue
)
Visual Basic (Declaration)
Protected Overrides Sub CancelCellEdit ( _
	editingElement As FrameworkElement, _
	uneditedValue As Object _
)

Parameters

editingElement
Type: System.Windows..::.FrameworkElement
uneditedValue
Type: System..::.Object

See Also