Back to Devexpress

ItemsCollectionChangedEventArgs Properties

maui-devexpress-dot-maui-dot-scheduler-dot-itemscollectionchangedeventargs-dot-underscore-properties.md

latest1.6 KB
Original Source

ItemsCollectionChangedEventArgs Properties

Provides data for the ItemsCollectionChanged event.

NameDescription
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

ItemsCollectionChangedEventArgs Class

ItemsCollectionChangedEventArgs Members

DevExpress.Maui.Scheduler Namespace