OnSourceCollectionChangeFinished() Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Called when the source collection has finished changing, and all CollectionChanged handlers have run.

protected virtual void OnSourceCollectionChangeFinished()

Remarks

Override this method to respond to the end of a collection change instead of acting at the end of OnSourceCollectionChanged(NotifyCollectionChangedEventArgs) in order to ensure that all UI subscribers to the source collection change event have had chance to run.