DataGridBeginningEditEventArgs.

DataGridBeginningEditEventArgs(DataGridColumn, DataGridRow, RoutedEventArgs) Constructor

Summary

Initializes a new instance of the DataGridBeginningEditEventArgs class.

Syntax

public DataGridBeginningEditEventArgs(DataGridColumn column, DataGridRow row, RoutedEventArgs editingEventArgs)

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.

Return Value

Type Description
void