DataGrid.

OnCellEditEnded(DataGridCellEditEndedEventArgs) Method

Summary

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

Syntax

protected virtual void OnCellEditEnded(DataGridCellEditEndedEventArgs e)

Parameters

Name Type Description
e DataGridCellEditEndedEventArgs

Return Value

Type Description
void