Occurs when the data item collection within the control changes.

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

Syntax

C#
public event NotifyCollectionChangedEventHandler ItemCollectionChanged
Visual Basic (Declaration)
Public Event ItemCollectionChanged As NotifyCollectionChangedEventHandler

Implements

IGanttChartView..::.ItemCollectionChanged

See Also