NotifyCollectionChangedEventArgs.OldStartingIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.