Back to Devexpress

SchedulerDataStorage.ItemsCollectionChanged Event

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-dot-schedulerdatastorage-03b8e249.md

latest2.3 KB
Original Source

SchedulerDataStorage.ItemsCollectionChanged Event

Fires when a scheduler item collection changes.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public event ItemsCollectionChangedEventHandler ItemsCollectionChanged

Event Data

The ItemsCollectionChanged event's data class is ItemsCollectionChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ActionGets the action that caused the event.
CollectionReturns the changed collection.
ItemTypeReturns the kind of scheduler item collection whose change cause the event.
NewItemsGets the list of new items involved in the change.
NewStartingIndexGets the index at which the change occurred.
OldItemsGets the list of items affected by a Replace, Remove, or Move action.
OldStartingIndexReturns the zero-based index at which a Move, Remove, or Replace action occurred.

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XamarinForms.Scheduler Namespace