Disposes the ScheduleChartItem object collection originally obtained using GetScheduleChartItems method.

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

Syntax

C#
public void DisposeScheduleChartItems(
	ObservableCollection<ScheduleChartItem> scheduleChartItems
)
Visual Basic (Declaration)
Public Sub DisposeScheduleChartItems ( _
	scheduleChartItems As ObservableCollection(Of ScheduleChartItem) _
)

Parameters

scheduleChartItems
Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(ScheduleChartItem>)>)
The collection to dispose objects from.

See Also