ItemsCollectionChangedEventArgs(ItemType, NotifyCollectionChangedEventArgs, IEnumerable) Constructor
Initializes a new instance of the ItemsCollectionChangedEventArgs class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ItemsCollectionChangedEventArgs(
ItemType itemType,
NotifyCollectionChangedEventArgs e,
IEnumerable collection
)
Parameters
Name | Type | Description |
---|---|---|
itemType | ItemType | The kind of changed collection. |
e | NotifyCollectionChangedEventArgs | The object that stores changes in the collection. |
collection | IEnumerable | The changed collection. |
See Also