DataGridCellPointerPressedEventArgs Constructor
Instantiates a new instance of this class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridCellPointerPressedEventArgs(
DataGridCell cell,
DataGridRow row,
DataGridColumn column,
PointerPressedEventArgs e
)
Public Sub New (
cell As DataGridCell,
row As DataGridRow,
column As DataGridColumn,
e As PointerPressedEventArgs
)
new :
cell : DataGridCell *
row : DataGridRow *
column : DataGridColumn *
e : PointerPressedEventArgs -> DataGridCellPointerPressedEventArgs
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