Strongly typed collection of diagramming elements.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public sealed class DiagramItemCollection : ObservableCollection<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<object>ObservableCollection<object>DiagramItemCollection
Implements:
Inherited Members
Constructors
C#
public DiagramItemCollection()
Properties
Gets an item with the specified name.
Methods
Raises the CollectionChanged event.
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides:
Events
Occurs when the collection has changed.
C#
public event NotifyCollectionChangedEventHandler CollectionChanged