NotifyCollectionChangedEventArgs.NewStartingIndex Property

Definition

Gets the index at which the change occurred.

public:
 property int NewStartingIndex { int get(); };
public int NewStartingIndex { get; }
member this.NewStartingIndex : int
Public ReadOnly Property NewStartingIndex As Integer

Property Value

The zero-based index at which the change occurred.

Applies to