Summary
Initializes a new instance of the
DataGridRowEventArgs
class.
- Namespace
- Avalonia
.Controls - Containing Type
- DataGridRowEventArgs
Syntax
public DataGridRowEventArgs(DataGridRow dataGridRow)
Parameters
Name | Type | Description |
---|---|---|
dataGridRow | DataGridRow | The row that the event occurs for. |
Return Value
Type | Description |
---|---|
void |