NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList,IList)
Initializes a new instance of the
NotifyCollectionChangedEventArgs class.
'Declaration
Public Function New( _
ByVal As NotifyCollectionChangedAction, _
ByVal As System.Collections.IList, _
ByVal As System.Collections.IList _
)
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.