SelectionNodeBaseTOnSourceCollectionChangeFinished Method

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

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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.

See Also