'Declaration Public Function New( _ ByVal action As NotifyCollectionChangedAction, _ ByVal changedItems As System.Collections.IList, _ ByVal startingIndex As System.Integer _ )
public NotifyCollectionChangedEventArgs( NotifyCollectionChangedAction action, System.Collections.IList changedItems, System.int startingIndex )
Parameters
- action
- The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
- changedItems
- The System.Collections.IList list containing changed items.
- startingIndex
- The zero-based starting index.