Intersoft ClientUI Documentation
PrepareCellForEdit Method (UXGridViewColumn)



The element that the column displays for a cell in editing mode.
Information about the user gesture that is causing a cell to enter editing mode.
When overridden in a derived class, called when a cell in the column enters editing mode.
Syntax
Protected MustOverride Function PrepareCellForEdit( _
   ByVal editingElement As FrameworkElement, _
   ByVal editingEventArgs As RoutedEventArgs _
) As Object
Dim instance As UXGridViewColumn
Dim editingElement As FrameworkElement
Dim editingEventArgs As RoutedEventArgs
Dim value As Object
 
value = instance.PrepareCellForEdit(editingElement, editingEventArgs)
protected abstract object PrepareCellForEdit( 
   FrameworkElement editingElement,
   RoutedEventArgs editingEventArgs
)
protected:
abstract 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridViewColumn Class
UXGridViewColumn Members

Send Feedback