ComponentOne Scheduler for WinForms
NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > NotifyCollectionChangedEventArgs Class > NotifyCollectionChangedEventArgs Constructor : NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList)
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
The System.Collections.IList list containing changed items.
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal changedItems As System.Collections.IList _
)
public NotifyCollectionChangedEventArgs( 
   NotifyCollectionChangedAction action,
   System.Collections.IList changedItems
)

Parameters

action
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
changedItems
The System.Collections.IList list containing changed items.
See Also

Reference

NotifyCollectionChangedEventArgs Class
NotifyCollectionChangedEventArgs Members
Overload List