ItemsCollectionChangedEventArgs Constructors
The storage of data for the SchedulerDataStorage.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