DataGridRowEventArgs Constructor
Initializes a new instance of the DataGridRowEventArgs class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridRowEventArgs(
DataGridRow dataGridRow
)
Public Sub New (
dataGridRow As DataGridRow
)
new :
dataGridRow : DataGridRow -> DataGridRowEventArgs
Parameters
- DataGridRow
- The row that the event occurs for.