Summary
Instantiates a new instance of this class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Cell Edit Ended Event Args
Syntax
public DataGridCellEditEndedEventArgs(DataGridColumn column, DataGridRow row, DataGridEditAction editAction)
Parameters
Name | Type | Description |
---|---|---|
column | DataGridColumn | The column of the cell that has just exited edit mode. |
row | DataGridRow | The row container of the cell container that has just exited edit mode. |
editAction | DataGridEditAction | The editing action that has been taken. |
Return Value
Type | Description |
---|---|
void |