Summary
Provides information just before a row exits editing mode.
- Namespace
- Avalonia
.Controls - Base Types
-
- CancelEventArgs
graph BT
Type-->Base0["CancelEventArgs"]
Type["DataGridRowEditEndingEventArgs"]
class Type type-node
Syntax
public class DataGridRowEditEndingEventArgs : CancelEventArgs
Constructors
Name | Summary |
---|---|
Data |
Instantiates a new instance of this class. |
Properties
Name | Value | Summary |
---|---|---|
EditAction | DataGridEditAction |
The editing action that will be taken.
|
Row | DataGridRow |
The row container of the cell container that is about to exit edit mode.
|