C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / NotifyCollectionChangedEventArgs Class / NotifyCollectionChangedEventArgs Constructor / NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList,Int32,Int32)
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
The System.Collections.IList list containing changed items.
The new index.
The old index.

In This Topic
NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList,Int32,Int32)
In This Topic
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal changedItems As System.Collections.IList, _
   ByVal index As System.Integer, _
   ByVal oldIndex As System.Integer _
)
 

Parameters

action
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
changedItems
The System.Collections.IList list containing changed items.
index
The new index.
oldIndex
The old index.
See Also