DataGridRowEventArgs(DataGridRow) Constructor

Definition

Initializes a new instance of the DataGridRowEventArgs class.

public DataGridRowEventArgs (Microsoft.Toolkit.Uwp.UI.Controls.DataGridRow dataGridRow);
new Microsoft.Toolkit.Uwp.UI.Controls.DataGridRowEventArgs : Microsoft.Toolkit.Uwp.UI.Controls.DataGridRow -> Microsoft.Toolkit.Uwp.UI.Controls.DataGridRowEventArgs
Public Sub New (dataGridRow As DataGridRow)

Parameters

dataGridRow
DataGridRow

The row that the event occurs for.

Applies to