'Declaration
Public MustOverride Function PrepareCellForEdit( _ ByVal editingElement As System.Windows.FrameworkElement _ ) As System.Object
public abstract System.object PrepareCellForEdit( System.Windows.FrameworkElement editingElement )
Parameters
- editingElement
- The element that the column displays for a cell in editing mode.
Return Value
The returned object will be passed in the CancelCellEdit method as a parameter in order to set the original value in the editing element when user cancel the edit.