ASP.NET Pack Programmer's Guide
NotifyCollectionChangingEventArgs Constructor
See Also
 





Initializes a new instance of the NotifyCollectionChangingEventArgs class.

Namespace: MindFusion.Mapping
Package: Events.js

 Syntax

JavaScript  Copy Code

function NotifyCollectionChangingEventArgs (action, [changes, [index]])

 Parameters

action

NotifyCollectionChangedAction. The action that caused the event.

changes
Optional.

Array. The items affected by the change.

index
Optional.

Number. The index where the change occurred.

 See Also

NotifyCollectionChangingEventArgs Class
MindFusion.Mapping Namespace