Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 895 Bytes

notifycollectionchangedeventargs_oldstartingindex.md

File metadata and controls

26 lines (17 loc) · 895 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.OldStartingIndex
winrt property

Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.OldStartingIndex

-description

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

-property-value

The zero-based index at which a Move, Remove, or Replace action occurred.

-remarks

When programming with .NET, this class is hidden and developers should use the System.Collections.Specialized.NotifyCollectionChangedEventArgs class.

-examples

-see-also

XAML data binding sample