'Declaration Public Function New( _ ByVal action As NotifyCollectionChangedAction, _ ByVal newItems As System.Collections.IList, _ ByVal oldItems As System.Collections.IList _ )
public NotifyCollectionChangedEventArgs( NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems )
Parameters
- action
- The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
- newItems
- The System.Collections.IList list containing added items.
- oldItems
- The System.Collections.IList list containing removed items.