DataGridTextColumn.

PrepareCellForEdit(IControl, RoutedEventArgs) Method

Summary

Called when the cell in the column enters editing mode.
Namespace
Avalonia.Controls
Containing Type
DataGridTextColumn

Syntax

protected override object PrepareCellForEdit(IControl editingElement, RoutedEventArgs editingEventArgs)

Parameters

Name Type Description
editingElement IControl 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

Type Description
object The unedited value.