NotifyCollectionChangedEventArgs.OldStartingIndex Property

Definition

Gets the starting index at which a Move, Remove, or Replace action occurred.

public:
 property int OldStartingIndex { int get(); };
int OldStartingIndex();
public int OldStartingIndex { get; }
var int32 = notifyCollectionChangedEventArgs.oldStartingIndex;
Public ReadOnly Property OldStartingIndex As Integer

Property Value

Int32

int

The zero-based index at which a Move, Remove, or Replace action occurred.

Remarks

When programming with .NET, this class is hidden and developers should use the System.Collections.Specialized.NotifyCollectionChangedEventArgs class.

Applies to

See also