Skip to main content

DataGridCellEditEndedEventArgs Constructor

Instantiates a new instance of this class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public DataGridCellEditEndedEventArgs(
DataGridColumn column,
DataGridRow row,
DataGridEditAction editAction
)

Parameters

  DataGridColumn
The column of the cell that has just exited edit mode.
  DataGridRow
The row container of the cell container that has just exited edit mode.
  DataGridEditAction
The editing action that has been taken.

See Also

Reference

DataGridCellEditEndedEventArgs Class
Avalonia.Controls Namespace