Skip to main content
A newer version of this page is available. .

ItemsCollectionChangedEventArgs Constructors

The storage of data for the SchedulerView.ItemsCollectionChanged event.
Name Parameters Description
ItemsCollectionChangedEventArgs(ItemType, NotifyCollectionChangedEventArgs, IEnumerable) itemType, e, collection Initializes a new ItemsCollectionChangedEventArgs instance with the specified changed collection, its kind, and storage of collection changes.
See Also