DataGrid.

OnLoadingRow(DataGridRowEventArgs) Method

Summary

Raises the LoadingRow event for row preparation.
Namespace
Avalonia.Controls
Containing Type
DataGrid

Syntax

protected virtual void OnLoadingRow(DataGridRowEventArgs e)

Parameters

Name Type Description
e DataGridRowEventArgs

Return Value

Type Description
void