DataGridLoadingRow Event
Occurs after a
DataGridRow
is instantiated, so that you can customize it before it is used.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public event EventHandler<DataGridRowEventArgs> LoadingRow
Public Event LoadingRow As EventHandler(Of DataGridRowEventArgs)
member LoadingRow : IEvent<EventHandler<DataGridRowEventArgs>,
DataGridRowEventArgs>
Value
EventHandlerDataGridRowEventArgs