Raises the ItemCollectionChanged event.

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

Syntax

C#
protected virtual void OnItemCollectionChanged(
	Object sender,
	NotifyCollectionChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemCollectionChanged ( _
	sender As Object, _
	e As NotifyCollectionChangedEventArgs _
)

See Also