LoadingRow 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)
- C#
- VB
- F#
public event EventHandler<DataGridRowEventArgs> LoadingRow
Public Event LoadingRow As EventHandler(Of DataGridRowEventArgs)
member LoadingRow : IEvent<EventHandler<DataGridRowEventArgs>,
DataGridRowEventArgs>
Value
EventHandler(DataGridRowEventArgs)