Back to Devexpress

ItemsCollectionChangedEventArgs Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-itemscollectionchangedeventargs-dot-underscore-properties.md

latest1.5 KB
Original Source

ItemsCollectionChangedEventArgs Properties

Provides data for the SchedulerControl.ItemsCollectionChanged event.

NameDescription
ActionIndicates the action performed to change the collection.
CollectionProvides access to the modified collection.
ItemTypeIndicates the items collection type.
NewItemsGets a list of new items within the collection.
NewStartingIndexIndicates a new index of a modified item in the collection.
OldItemsGets a list of old items in the collection.
OldStartingIndexGets the previous index of a modified item in the collection.

See Also

ItemsCollectionChangedEventArgs Class

ItemsCollectionChangedEventArgs Members

DevExpress.Xpf.Scheduling Namespace