| C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > NotifyCollectionChangedEventArgs Class > NotifyCollectionChangedEventArgs Constructor : NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,IList,IList,Int32) |
'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 )