ItemsCollectionChangedEventArgs Properties
Provides data for the SchedulerControl.ItemsCollectionChanged event.| Name | Description |
|---|---|
| Action | Indicates the action performed to change the collection. |
| Collection | Provides access to the modified collection. |
| ItemType | Indicates the items collection type. |
| NewItems | Gets a list of new items within the collection. |
| NewStartingIndex | Indicates a new index of a modified item in the collection. |
| OldItems | Gets a list of old items in the collection. |
| OldStartingIndex | Gets the previous index of a modified item in the collection. |
See Also