MindFusion.Diagramming for JavaScript Programmer's Guide
ObservableCollection Members
Constructors Methods
 


Represents a collection that provides notifications when items get added or removed.

The following tables list the members exposed by the ObservableCollection type.

 Public Constructors

  Name Description

ObservableCollection

Initializes a new instance of the ObservableCollection class.

 Public Methods

  Name Description

add

Adds the specified element to the collection.

add_itemAdded

Registers the specified function as a handler for the itemAdded event.

remove_itemAdded

Unregisters the specified function as a handler for the itemAdded event.

 See Also

ObservableCollection Class
MindFusion.Collections Namespace