C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / NotifyCollectionChangedEventArgs Class / NotifyCollectionChangedEventArgs Constructor / NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,Object,Int32)
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
The changed item.
The zero-based index of the changed item.

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

Parameters

action
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
changedItem
The changed item.
index
The zero-based index of the changed item.
See Also