DataGrid.LoadingRowDetails Event

Definition

Occurs when a new row details template is applied to a row, so that you can customize the details section before it is used.

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

Event Type

Applies to