Represents a network diagram related data collection used internally by NetworkDiagramView control.

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

Syntax

C#
public class NetworkDiagramItemCollection : ObservableCollection<NetworkDiagramItem>
Visual Basic (Declaration)
Public Class NetworkDiagramItemCollection _
	Inherits ObservableCollection(Of NetworkDiagramItem)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(NetworkDiagramItem>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(NetworkDiagramItem>)>)
      DlhSoft.Windows.Controls.Pert..::.NetworkDiagramItemCollection

See Also