Summary
Provides information just after a row has exited edit mode.
- Namespace
- Avalonia
.Controls - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["DataGridRowEditEndedEventArgs"]
class Type type-node
Syntax
public class DataGridRowEditEndedEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Data |
Instantiates a new instance of this class. |
Properties
Name | Value | Summary |
---|---|---|
EditAction | DataGridEditAction |
The editing action that has been taken.
|
Row | DataGridRow |
The row container of the cell container that has just exited edit mode.
|