DataGridCellEditEndingEventArgs.

DataGridCellEditEndingEventArgs(DataGridColumn, DataGridRow, Control, DataGridEditAction) Constructor

Summary

Instantiates a new instance of this class.

Syntax

public DataGridCellEditEndingEventArgs(DataGridColumn column, DataGridRow row, Control editingElement, DataGridEditAction editAction)

Parameters

Name Type Description
column DataGridColumn The column of the cell that is about to exit edit mode.
row DataGridRow The row container of the cell container that is about to exit edit mode.
editingElement Control The editing element within the cell.
editAction DataGridEditAction The editing action that will be taken.

Return Value

Type Description
void