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

ItemsCollectionChangedEventArgs Class

Provides data for the SchedulerControl.ItemsCollectionChanged event.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public class ItemsCollectionChangedEventArgs :
    EventArgs

Remarks

An instance of the ItemsCollectionChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
ItemsCollectionChangedEventArgs
See Also