DataGridCellPointerPressedEventArgs.

DataGridCellPointerPressedEventArgs(DataGridCell, DataGridRow, DataGridColumn, PointerPressedEventArgs) Constructor

Summary

Instantiates a new instance of this class.

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 PointerPressedEventArgs The pointer action that has been taken.

Return Value

Type Description
void