Summary
Initializes a new instance of the
DataGridRowDetailsEventArgs
class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Row Details Event Args
Syntax
public DataGridRowDetailsEventArgs(DataGridRow row, IControl detailsElement)
Parameters
Name | Type | Description |
---|---|---|
row | DataGridRow | The row that the event occurs for. |
detailsElement | IControl | The row details section as a framework element. |
Return Value
Type | Description |
---|---|
void |