Intersoft ClientUI Documentation
PrepareCellForEdit Method (UXGridViewSelectColumn)



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 Overrides Function PrepareCellForEdit( _
   ByVal editingElement As FrameworkElement, _
   ByVal editingEventArgs As RoutedEventArgs _
) As Object
Dim instance As UXGridViewSelectColumn
Dim editingElement As FrameworkElement
Dim editingEventArgs As RoutedEventArgs
Dim value As Object
 
value = instance.PrepareCellForEdit(editingElement, editingEventArgs)
protected override object PrepareCellForEdit( 
   FrameworkElement editingElement,
   RoutedEventArgs editingEventArgs
)
protected:
Object^ PrepareCellForEdit( 
   FrameworkElement^ editingElement,
   RoutedEventArgs^ editingEventArgs
) override 

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

UXGridViewSelectColumn Class
UXGridViewSelectColumn Members

Send Feedback