Intersoft ClientUI Documentation
PrepareCellForEdit Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewSequenceColumn Class : PrepareCellForEdit Method






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.
When overridden in a derived class, called when a cell in the column enters editing mode.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function PrepareCellForEdit( _
   ByVal editingElement As FrameworkElement, _
   ByVal editingEventArgs As RoutedEventArgs _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewSequenceColumn
Dim editingElement As FrameworkElement
Dim editingEventArgs As RoutedEventArgs
Dim value As Object
 
value = instance.PrepareCellForEdit(editingElement, editingEventArgs)
C# 
protected override object PrepareCellForEdit( 
   FrameworkElement editingElement,
   RoutedEventArgs editingEventArgs
)
Delphi 
protected function PrepareCellForEdit( 
    editingElement: FrameworkElement;
    editingEventArgs: RoutedEventArgs
): TObject; override; 
JScript 
protected override function PrepareCellForEdit( 
   editingElement : FrameworkElement,
   editingEventArgs : RoutedEventArgs
) : Object;
Managed Extensions for C++ 
protected: Object* PrepareCellForEdit( 
   FrameworkElement* editingElement,
   RoutedEventArgs* editingEventArgs
) override 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.