ClassDiagramItemCollection
Class
Strongly typed collection of diagramming elements.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public sealed class DiagramItemCollection : ObservableCollection<RadElement>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<RadElement>ObservableCollection<RadElement>DiagramItemCollection
Implements:
Inherited Members
Constructors
DiagramItemCollection()
Declaration
cs-api-definition
public DiagramItemCollection()
Properties
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Overrides