Summary
Instantiates a new instance of this class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Cell Pointer Pressed Event Args
Syntax
public DataGridCellPointerPressedEventArgs(DataGridCell cell, DataGridRow row, DataGridColumn column, PointerPressedEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
cell | DataGridCell | The cell that has been pressed. |
row | DataGridRow | The row container of the cell that has been pressed. |
column | DataGridColumn | The column of the cell that has been pressed. |
e | Pointer |
The pointer action that has been taken. |
Return Value
Type | Description |
---|---|
void |