ItemsCollectionChangedEventArgs.NewStartingIndex Property
In This Article
Gets the index at which the change occurred.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public int NewStartingIndex { get; }
#Property Value
Type | Description |
---|---|
Int32 | The zero-based index at which the change occurred. |
See Also