Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal action As NotifyCollectionChangedAction, _ ByVal newItems As IList, _ ByVal newStartingIndex As Integer, _ ByVal oldItems As IList, _ ByVal oldStartingIndex As Integer _ ) |
C# | |
---|---|
public RemoteCollectionChangedEventArgs( NotifyCollectionChangedAction action, IList newItems, int newStartingIndex, IList oldItems, int oldStartingIndex ) |
C++/CLI | |
---|---|
public: RemoteCollectionChangedEventArgs( NotifyCollectionChangedAction action, IList^ newItems, int newStartingIndex, IList^ oldItems, int oldStartingIndex ) |
Parameters
- action
- The action that caused the event.
- newItems
- The new items that are affected by the change.
- newStartingIndex
- The new index for the changed items.
- oldItems
- The old items that are affected by the change.
- oldStartingIndex
- The old index for the changed items.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)