ClassDiagramItemCollection
Class
Strongly typed collection of diagramming elements.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
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
DiagramItemCollection()
Declaration
cs-api-definition
public DiagramItemCollection()
Properties
this[string]
Gets an item with the specified name.
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event.
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgs
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides
Events
CollectionChanged
Occurs when the collection has changed.
Declaration
cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Value