Initializes a new instance of the NotifyCollectionChangingEventArgs class.
Namespace: MindFusion.Mapping
Package: Events.js
JavaScript Copy Code |
---|
function NotifyCollectionChangingEventArgs (action, [changes, [index]]) |
NotifyCollectionChangedAction. The action that caused the event.
Array. The items affected by the change.
Number. The index where the change occurred.