Class DiagramItemCollection
Strongly typed collection of diagramming elements.
Inheritance
System.Object
DiagramItemCollection
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class DiagramItemCollection : ObservableCollection<object>
Constructors
DiagramItemCollection()
Declaration
public DiagramItemCollection()
Properties
Item[String]
Gets an item with the specified name.
Declaration
public object this[string name] { get; }
Parameters
System.
|
Property Value
System.
|
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the Collection
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System. The System. |
Events
CollectionChanged
Occurs when the collection has changed.
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.
|