OnChildCollectionChanged(IExpanderRow, NotifyCollectionChangedEventArgs) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Method called by a row when its children change.

void OnChildCollectionChanged(IExpanderRow<TModel> row, NotifyCollectionChangedEventArgs e)

Parameters

row
IExpanderRow<TModel>

The row.