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