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
Name | Summary |
---|---|
Data |
Instantiates a new instance of this class. |
Properties
Name | Value | Summary |
---|---|---|
Cell | DataGridCell |
The cell that has been pressed.
|
Column | DataGridColumn |
The column of the cell that has been pressed.
|
Pointer |
Pointer |
The pointer action that has been taken.
|
Row | DataGridRow |
The row container of the cell that has been pressed.
|