Summary
Instantiates a new instance of this class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Row Edit Ending Event Args
Syntax
public DataGridRowEditEndingEventArgs(DataGridRow row, DataGridEditAction editAction)
Parameters
Name | Type | Description |
---|---|---|
row | DataGridRow | The row container of the cell container that is about to exit edit mode. |
editAction | DataGridEditAction | The editing action that will be taken. |
Return Value
Type | Description |
---|---|
void |