MindFusion.Diagramming for JavaScript Programmer's Guide
ObservableCollection.add_itemAdded Method
See Also
 





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

Namespace: MindFusion.Collections
File: ObservableCollection.js

 Syntax

JavaScript  Copy Code

function add_itemAdded (handler)

 Parameters

handler

The function to be invoked when items are added to the collection.

 See Also

ObservableCollection Members
ObservableCollection Class
MindFusion.Collections Namespace