Intersoft ClientUI Documentation
UXGridViewPreparingCellForEditEventArgs Constructor



The PreparingCellForEdit routed event.
The column that contains the cell to be edited.
The row that contains the cell to be edited.
Information about the user gesture that caused the cell to enter edit mode.
The element that the column displays for a cell in editing mode.
Initializes a new instance of the UXGridViewPreparingCellForEditEventArgs.
Syntax
Public Function New( _
   ByVal eventHandler As RoutedEvent, _
   ByVal column As UXGridViewColumn, _
   ByVal row As UXGridViewRowBase, _
   ByVal editingEventArgs As RoutedEventArgs, _
   ByVal editingElement As FrameworkElement _
)
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)
public UXGridViewPreparingCellForEditEventArgs( 
   RoutedEvent eventHandler,
   UXGridViewColumn column,
   UXGridViewRowBase row,
   RoutedEventArgs editingEventArgs,
   FrameworkElement editingElement
)
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 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

UXGridViewPreparingCellForEditEventArgs Class
UXGridViewPreparingCellForEditEventArgs Members

Send Feedback