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





Initializes a new instance of the NotifyCollectionChangedEventArgs class.

Namespace: MindFusion.Mapping
Package: Events.js

 Syntax

JavaScript  Copy Code

function NotifyCollectionChangedEventArgs (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

NotifyCollectionChangedEventArgs Class
MindFusion.Mapping Namespace