'Declaration
Public MustOverride Sub CancelCellEdit( _ ByVal editingElement As System.Windows.FrameworkElement, _ ByVal uneditedValue As System.Object _ )
public abstract void CancelCellEdit( System.Windows.FrameworkElement editingElement, System.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.