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