SelectionNodeBaseTOnSourceCollectionChanged Method
Called when the
Source collection changes.
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnSourceCollectionChanged(
NotifyCollectionChangedEventArgs e
)
Protected Overridable Sub OnSourceCollectionChanged (
e As NotifyCollectionChangedEventArgs
)
abstract OnSourceCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
override OnSourceCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
Parameters
- e NotifyCollectionChangedEventArgs
- The details of the collection change.