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.String
name
|
Property Value
System.Object
|
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data. |
Events
CollectionChanged
Occurs when the collection has changed.
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
System.Collections.Specialized.NotifyCollectionChangedEventHandler
|