NotifyCollectionChangedEventArgs Constructor (NotifyCollectionChangedAction, IList, Int32, Int32)

NotifyCollectionChangedEventArgs Constructor (NotifyCollectionChangedAction, IList, Int32, Int32)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a multi-item Move change.

Namespace:  System.Collections.Specialized
Assembly:  System (in System.dll)

'Declaration
Public Sub New ( _
	action As NotifyCollectionChangedAction, _
	changedItems As IList, _
	index As Integer, _
	oldIndex As Integer _
)

Parameters

action
Type: System.Collections.Specialized.NotifyCollectionChangedAction
The action that caused the event. This can only be set to Move.
changedItems
Type: System.Collections.IList
The items affected by the change.
index
Type: System.Int32
The new index for the changed items.
oldIndex
Type: System.Int32
The old index for the changed items.

ExceptionCondition
ArgumentException

If action is not Move or index is less than 0.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft