DataGrid.LoadingRow Event

Definition

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

public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.DataGridRowEventArgs> LoadingRow;
member this.LoadingRow : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.DataGridRowEventArgs> 
Public Event LoadingRow As EventHandler(Of DataGridRowEventArgs) 

Event Type

Applies to