DataGridCellEditEndedEventArgs Class

Summary

Provides information just after a cell has exited editing mode.
Namespace
Avalonia.Controls
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["DataGridCellEditEndedEventArgs"] class Type type-node

Syntax

public class DataGridCellEditEndedEventArgs : EventArgs

Constructors

Name Summary
DataGridCellEditEndedEventArgs(DataGridColumn, DataGridRow, DataGridEditAction) Instantiates a new instance of this class.

Properties

Name Value Summary
Column DataGridColumn
The column of the cell that has just exited edit mode.
EditAction DataGridEditAction
The edit action taken when leaving edit mode.
Row DataGridRow
The row container of the cell container that has just exited edit mode.