DataGridTextColumnPrepareCellForEdit Method

Called when the cell in the column enters editing mode.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected override Object PrepareCellForEdit(
	Control editingElement,
	RoutedEventArgs editingEventArgs
)

Parameters

editingElement  Control
The element that the column displays for a cell in editing mode.
editingEventArgs  RoutedEventArgs
Information about the user gesture that is causing a cell to enter editing mode.

Return Value

Object
The unedited value.

See Also