DataGridRowEditEnded Event

Occurs when the row has been successfully committed or cancelled.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public event EventHandler<DataGridRowEditEndedEventArgs> RowEditEnded

Value

EventHandlerDataGridRowEditEndedEventArgs

See Also