DataGrid.

OnRowEditEnded(DataGridRowEditEndedEventArgs) Method

Summary

Raises the RowEditEnded event.
Namespace
Avalonia.Controls
Containing Type
DataGrid

Syntax

protected virtual void OnRowEditEnded(DataGridRowEditEndedEventArgs e)

Parameters

Name Type Description
e DataGridRowEditEndedEventArgs

Return Value

Type Description
void