Skip to main content

DataGridRowEventArgs Constructor

Initializes a new instance of the DataGridRowEventArgs class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public DataGridRowEventArgs(
DataGridRow dataGridRow
)

Parameters

  DataGridRow
The row that the event occurs for.

See Also

Reference

DataGridRowEventArgs Class
Avalonia.Controls Namespace