Skip to main content

ContextItemCollection.ItemCollectionChanged Event

Occurs when a ContextItemCollection changes.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public event ItemCollectionChangedEventHandler ItemCollectionChanged

Event Data

The ItemCollectionChanged event's data class is DevExpress.Utils.ItemCollectionChangedEventArgs.

See Also