Raises the ItemCollectionChanged event.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.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 _
)

Parameters

sender
Type: System..::.Object
e
Type: System.Collections.Specialized..::.NotifyCollectionChangedEventArgs

See Also