Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public NotifyCollectionChangedEventArgs( NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex ) |
Visual Basic |
---|
Public Sub New ( _ action As NotifyCollectionChangedAction, _ newItems As IList, _ oldItems As IList, _ startingIndex As Integer _ ) |
Parameters
- action
- Type: C1.C1Schedule..::..NotifyCollectionChangedAction
The NotifyCollectionChangedAction action that caused a CollectionChanged event.
- newItems
- Type: System.Collections..::..IList
The IList list containing added items.
- oldItems
- Type: System.Collections..::..IList
The IList list containing removed items.
- startingIndex
- Type: System..::..Int32
The zero-based starting index.