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)
- C#
- VB
- F#
protected virtual void OnSourceCollectionChangeFinished()
Protected Overridable Sub OnSourceCollectionChangeFinished
abstract OnSourceCollectionChangeFinished : unit -> unit
override OnSourceCollectionChangeFinished : unit -> unit
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