NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList,IList,Int32)
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, _
ByVal As System.Integer _
)
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.
- startingIndex
- The zero-based starting index.