Specifies the type of the collection changed action.
Namespace: MindFusion.Common
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code handles the collectionChanging event of the decorations property of a DecorationLayer object in a MapView instance.
JavaScript
Copy Code
|
|---|
var m = MindFusion.Mapping; markers.decorations.collectionChanging.addEventListener(handleCollectionChanging);
|
Inheritance HierarchyMindFusion.Common.NotifyCollectionChangedAction
See Also