ComponentOne Scheduler for WinForms
NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList,IList,Int32)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > NotifyCollectionChangedEventArgs Class > NotifyCollectionChangedEventArgs Constructor : NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList,IList,Int32)
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
The System.Collections.IList list containing added items.
The System.Collections.IList list containing removed items.
The zero-based starting index.
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal newItems As System.Collections.IList, _
   ByVal oldItems As System.Collections.IList, _
   ByVal startingIndex As System.Integer _
)
public NotifyCollectionChangedEventArgs( 
   NotifyCollectionChangedAction action,
   System.Collections.IList newItems,
   System.Collections.IList oldItems,
   System.int startingIndex
)

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.
See Also

Reference

NotifyCollectionChangedEventArgs Class
NotifyCollectionChangedEventArgs Members
Overload List