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