DataGrid.

LoadingRowDetails Event

Summary

Occurs when a new row details template is applied to a row, so that you can customize the details section before it is used.
Namespace
Avalonia.Controls
Containing Type
DataGrid
Event Type
EventHandler<DataGridRowDetailsEventArgs>

Syntax

public event EventHandler<DataGridRowDetailsEventArgs> LoadingRowDetails