Provides data for CollectionChanged events.
Namespace: MindFusion.Common
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code handles the collectionChanged event of the decorations property of a DecorationLayer object in a Map.
JavaScript
Copy Code
|
|---|
var m = MindFusion.Mapping; var markers = new m.DecorationLayer("Images"); ................... markers.decorations.collectionChanged.addEventListener(handleCollectionChanged);
|
Inheritance HierarchyMindFusion.Common.EventArgs![]()
MindFusion.Common.NotifyCollectionChangedEventArgs
See Also