DataGridLoadingRowDetails Event
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.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public event EventHandler<DataGridRowDetailsEventArgs> LoadingRowDetails
Public Event LoadingRowDetails As EventHandler(Of DataGridRowDetailsEventArgs)
member LoadingRowDetails : IEvent<EventHandler<DataGridRowDetailsEventArgs>,
DataGridRowDetailsEventArgs>
Value
EventHandlerDataGridRowDetailsEventArgs