Updates the control items to include changes from the ScheduleChartItem object collection originally obtained using GetScheduleChartItems method.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public void UpdateChangesFromScheduleChartItems( ObservableCollection<ScheduleChartItem> scheduleChartItems ) |
Visual Basic (Declaration) |
---|
Public Sub UpdateChangesFromScheduleChartItems ( _ scheduleChartItems As ObservableCollection(Of ScheduleChartItem) _ ) |
Parameters
- scheduleChartItems
- Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(ScheduleChartItem>)>)
The collection to retreive changes from.