Provides a value to use with cancellable events.
Namespace: MindFusion.Mapping
Package: Events.js
JavaScript Copy Code |
---|
// class |
The following code handles the collectionChanging event of the decorations property of a DecorationLayer. The handler receives an argument of type NotifyCollectionChangingEventArgs, which derives from CancelEventArgs:
JavaScript Copy Code |
---|
var m = MindFusion.Mapping;
|
MindFusion.Mapping.EventArgs
MindFusion.Mapping.CancelEventArgs
MindFusion.Mapping.NotifyCollectionChangingEventArgs