Skip to main content

ItemsCollectionChangedEventArgs(ItemType, NotifyCollectionChangedEventArgs, IEnumerable) Constructor

Initializes a new ItemsCollectionChangedEventArgs instance with the specified changed collection, its kind, and storage of collection changes.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.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