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

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > NotifyCollectionChangedEventArgs Class > NotifyCollectionChangedEventArgs Constructor : NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,Object,Int32)
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
The changed item.
The zero-based index of the changed item.
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal changedItem As System.Object, _
   ByVal index As System.Integer _
)
public NotifyCollectionChangedEventArgs( 
   NotifyCollectionChangedAction action,
   System.object changedItem,
   System.int index
)

Parameters

action
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
changedItem
The changed item.
index
The zero-based index of the changed item.
See Also

Reference

NotifyCollectionChangedEventArgs Class
NotifyCollectionChangedEventArgs Members
Overload List