Click or drag to resize
NotifyCollectionChangedEventArgsNewStartingIndex Property
Gets the index at which the change occurred. Returns the zero-based index at which the change occurred.

Namespace: System.Collections.Specialized
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public int NewStartingIndex { get; }

Property Value

Type: Int32
See Also