MindFusion.Wpf Pack Programmer's Guide
NotifyCollectionChangedEventArgs.OldStartingIndex Property
See Also
 





Gets the index at which a Move, Remove, or Replace action occurred.

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

 Syntax

C#  Copy Code

public int OldStartingIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldStartingIndex As Integer

 Property Value

A zero-based integer value.

 See Also

NotifyCollectionChangedEventArgs Members
NotifyCollectionChangedEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace