ASP.NET Pack Programmer's Guide
ObservableCollection.collectionChanged Property
See Also
 





Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

Namespace: MindFusion.Charting.Collections
Package: Collections.js

 Syntax

JavaScript  Copy Code

Object.defineProperty(ObservableCollection.prototype, "collectionChanged", { value: NotifyCollectionChangedEventDispatcher });

 Property Value

 See Also

ObservableCollection Members
ObservableCollection Class
MindFusion.Charting.Collections Namespace