NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,Object,Int32,Int32)
Initializes a new instance of the
NotifyCollectionChangedEventArgs class.
'Declaration
Public Function New( _
ByVal As NotifyCollectionChangedAction, _
ByVal As System.Object, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
Parameters
- action
- The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
- changedItem
- The changed item.
- index
- The new index.
- oldIndex
- The old index.