OldStartingIndex Property
Collapse the table of content
Expand the table of content

NotifyCollectionChangedEventArgs.OldStartingIndex Property

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

Gets the index at which the change occurred for a Replace or Remove action.

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

'Declaration
Public ReadOnly Property OldStartingIndex As Integer

Property Value

Type: System.Int32
The index at which the change occurred for a Replace or Remove action.

OldStartingIndex will contain the following depending on the Action being reported in the event data:

Action

Add contains:

Add

-1

Remove

The index where the removal occurred.

Replace

The index of the replaced item.

Reset

-1

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft