DataGridLoadingRow Event

Occurs after a DataGridRow is instantiated, so that you can customize it before it is used.

Definition

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

Value

EventHandlerDataGridRowEventArgs

See Also