Skip to main content

OnSourceCollectionChangeFinished 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)

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

Reference

SelectionNodeBase(T) Class
Avalonia.Controls.Selection Namespace