Provides data for CollectionChanging events.
Namespace: MindFusion.Common
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code handles the collectionChanging 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.collectionChanging.addEventListener(handleCollectionChanging);
|
Inheritance HierarchyMindFusion.Common.EventArgs![]()
MindFusion.Common.CancelEventArgs![]()
MindFusion.Common.NotifyCollectionChangingEventArgs
See Also