'Declaration Public Function New( _ ByVal action As NotifyCollectionChangedAction, _ ByVal changedItem As System.Object, _ ByVal index As System.Integer, _ ByVal oldIndex As System.Integer _ )
public NotifyCollectionChangedEventArgs( NotifyCollectionChangedAction action, System.object changedItem, System.int index, System.int oldIndex )
Parameters
- action
- The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
- changedItem
- The changed item.
- index
- The new index.
- oldIndex
- The old index.