New to Telerik UI for WPFStart a free 30-day trial

Strongly typed collection of diagramming elements.

Definition

Constructors

C#
public DiagramItemCollection()

Properties

Gets an item with the specified name.

C#
public object this[string name] { get; }
Parameters:namestring

Methods

Raises the CollectionChanged event.

C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

Overrides: ObservableCollection<object>.OnCollectionChanged(NotifyCollectionChangedEventArgs)

Events

Occurs when the collection has changed.

C#
public event NotifyCollectionChangedEventHandler CollectionChanged