Search
NotifyCollectionChangedEventArgs.NewStartingIndex Property
See Also
 






Gets the index at which the change occurred.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public int NewStartingIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewStartingIndex As Integer

 Property Value

A zero-based integer value.

 See Also