Class DiagramItemCollection
Strongly typed collection of diagramming elements.
Inheritance
System.Object
DiagramItemCollection
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public sealed class DiagramItemCollection : ObservableCollection<RadElement>
Constructors
DiagramItemCollection()
Declaration
public DiagramItemCollection()
Properties
Owner
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|