Specifies the type of the collection changed action.
Namespace: MindFusion.Common
File: Events.js
JavaScript Copy Code |
---|
// class |
The 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);
|
MindFusion.Common.NotifyCollectionChangedAction