Summary
Instantiates a new instance of this class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Row Edit Ended Event Args
Syntax
public DataGridRowEditEndedEventArgs(DataGridRow row, DataGridEditAction editAction)
Parameters
Name | Type | Description |
---|---|---|
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 |