Summary
When overridden in a derived class, called when a cell in the column enters editing mode.
Syntax
protected abstract object PrepareCellForEdit(IControl editingElement, RoutedEventArgs editingEventArgs)
Parameters
Name |
Type |
Description |
editingElement |
IControl |
The element that the column displays for a cell in editing mode.
|
editingEventArgs |
RoutedEventArgs |
Information about the user gesture that is causing a cell to enter editing mode.
|
Return Value
Type |
Description |
object |
The unedited value.
|