Summary
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