共用方式為


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

發生 MoveRemoveReplace動作之以零起始的索引。

備註

使用 .NET 進行程式設計時,這個類別會隱藏,開發人員應該使用 System.Collections.Specialized.NotifyCollectionChangedEventArgs 類別。

適用於

另請參閱