NotifyCollectionChangedEventArgs.OldStartingIndex 属性

定义

获取发生 MoveRemoveReplace 操作的起始索引。

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

属性值

Int32

int

移动删除替换操作的从零开始的索引。

注解

使用 .NET 编程时,此类是隐藏的,开发人员应使用 System.Collections.Specialized.NotifyCollectionChangedEventArgs 类。

适用于

另请参阅