Skip to main content

DataGridCellPointerPressedEventArgs Constructor

Instantiates a new instance of this class.

Definition

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

public DataGridCellPointerPressedEventArgs(
DataGridCell cell,
DataGridRow row,
DataGridColumn column,
PointerPressedEventArgs e
)

Parameters

  DataGridCell
The cell that has been pressed.
  DataGridRow
The row container of the cell that has been pressed.
  DataGridColumn
The column of the cell that has been pressed.
  PointerPressedEventArgs
The pointer action that has been taken.

See Also

Reference

DataGridCellPointerPressedEventArgs Class
Avalonia.Controls Namespace