DataGridPreparingCellForEditEventArgs.

DataGridPreparingCellForEditEventArgs(DataGridColumn, DataGridRow, RoutedEventArgs, Control) Constructor

Summary

Initializes a new instance of the DataGridPreparingCellForEditEventArgs class.

Syntax

public DataGridPreparingCellForEditEventArgs(DataGridColumn column, DataGridRow row, RoutedEventArgs editingEventArgs, Control editingElement)

Parameters

Name Type Description
column DataGridColumn The column that contains the cell to be edited.
row DataGridRow The row that contains the cell to be edited.
editingEventArgs RoutedEventArgs Information about the user gesture that caused the cell to enter edit mode.
editingElement Control The element that the column displays for a cell in editing mode.

Return Value

Type Description
void