Skip to main content

DataGridBeginningEditEventArgs Constructor

Initializes a new instance of the DataGridBeginningEditEventArgs class.

Definition

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

public DataGridBeginningEditEventArgs(
DataGridColumn column,
DataGridRow row,
RoutedEventArgs editingEventArgs
)

Parameters

  DataGridColumn
The column that contains the cell to be edited.
  DataGridRow
The row that contains the cell to be edited.
  RoutedEventArgs
Information about the user gesture that caused the cell to enter edit mode.

See Also

Reference

DataGridBeginningEditEventArgs Class
Avalonia.Controls Namespace