Raises the CollectionChanged event, and executes internal hierarchical data management operations when collection changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
protected override void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnCollectionChanged ( _
	e As NotifyCollectionChangedEventArgs _
)

See Also