'Declaration
Public MustOverride Function PrepareCellForEdit( _ ByVal editingElement As FrameworkElement _ ) As Object
public abstract object PrepareCellForEdit( 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.