DataGridCellPointerPressedEventArgs Class

Summary

Provides information after the cell has been pressed.
Namespace
Avalonia.Controls
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["DataGridCellPointerPressedEventArgs"] class Type type-node

Syntax

public class DataGridCellPointerPressedEventArgs : EventArgs

Constructors

Properties

Name Value Summary
Cell DataGridCell
The cell that has been pressed.
Column DataGridColumn
The column of the cell that has been pressed.
PointerPressedEventArgs PointerPressedEventArgs
The pointer action that has been taken.
Row DataGridRow
The row container of the cell that has been pressed.