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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public event EventHandler<DataGridRowDetailsEventArgs> LoadingRowDetails

Value

EventHandlerDataGridRowDetailsEventArgs

See Also