Visual Basic (Declaration) | |
---|---|
Protected Overrides NotOverridable Function PrepareCellForEdit( _ ByVal editingElement As FrameworkElement, _ ByVal editingEventArgs As RoutedEventArgs _ ) As Object |
C# | |
---|---|
protected override object PrepareCellForEdit( FrameworkElement editingElement, RoutedEventArgs editingEventArgs ) |
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
The unedited value.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7