Intersoft ClientUI Documentation
UXGridViewPreparingCellForEditEventArgs Constructor
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewPreparingCellForEditEventArgs Class : UXGridViewPreparingCellForEditEventArgs Constructor






eventHandler
The PreparingCellForEdit routed event.
column
The column that contains the cell to be edited.
row
The row that contains the cell to be edited.
editingEventArgs
Information about the user gesture that caused the cell to enter edit mode.
editingElement
The element that the column displays for a cell in editing mode.
Initializes a new instance of the UXGridViewPreparingCellForEditEventArgs.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal eventHandler As RoutedEvent, _
   ByVal column As UXGridViewColumn, _
   ByVal row As UXGridViewRowBase, _
   ByVal editingEventArgs As RoutedEventArgs, _
   ByVal editingElement As FrameworkElement _
)
Visual Basic (Usage)Copy Code
Dim eventHandler As RoutedEvent
Dim column As UXGridViewColumn
Dim row As UXGridViewRowBase
Dim editingEventArgs As RoutedEventArgs
Dim editingElement As FrameworkElement
 
Dim instance As New UXGridViewPreparingCellForEditEventArgs(eventHandler, column, row, editingEventArgs, editingElement)
C# 
public UXGridViewPreparingCellForEditEventArgs( 
   RoutedEvent eventHandler,
   UXGridViewColumn column,
   UXGridViewRowBase row,
   RoutedEventArgs editingEventArgs,
   FrameworkElement editingElement
)
Delphi 
public UXGridViewPreparingCellForEditEventArgs( 
    eventHandler: RoutedEvent;
    column: UXGridViewColumn;
    row: UXGridViewRowBase;
    editingEventArgs: RoutedEventArgs;
    editingElement: FrameworkElement
); 
JScript 
public function UXGridViewPreparingCellForEditEventArgs( 
   eventHandler : RoutedEvent,
   column : UXGridViewColumn,
   row : UXGridViewRowBase,
   editingEventArgs : RoutedEventArgs,
   editingElement : FrameworkElement
);
Managed Extensions for C++ 
public: UXGridViewPreparingCellForEditEventArgs( 
   RoutedEvent* eventHandler,
   UXGridViewColumn* column,
   UXGridViewRowBase* row,
   RoutedEventArgs* editingEventArgs,
   FrameworkElement* editingElement
)
C++/CLI 
public:
UXGridViewPreparingCellForEditEventArgs( 
   RoutedEvent^ eventHandler,
   UXGridViewColumn^ column,
   UXGridViewRowBase^ row,
   RoutedEventArgs^ editingEventArgs,
   FrameworkElement^ editingElement
)

Parameters

eventHandler
The PreparingCellForEdit routed event.
column
The column that contains the cell to be edited.
row
The row that contains the cell to be edited.
editingEventArgs
Information about the user gesture that caused the cell to enter edit mode.
editingElement
The element that the column displays for a cell in editing mode.

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.