'Declaration
Public MustOverride Sub CancelCellEdit( _ ByVal editingElement As FrameworkElement, _ ByVal uneditedValue As Object _ )
public abstract void CancelCellEdit( FrameworkElement editingElement, object uneditedValue )
Parameters
- editingElement
- The element that the column displays for a cell in editing mode.
- uneditedValue
- The previous, unedited value in the cell being edited.