When overridden in a derived class, sets cell content as needed for editing.
Syntax
Parameters
- editingElement
- The element that the column displays for a cell in editing mode.
- editingEventArgs
- Information about the user gesture that is causing a cell to enter editing mode.
Return Value
Derived classes return the unedited cell value. This implementation returns null in all cases.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also