Skip to main content
All docs
V25.1
  • ContextItemCollection.ItemCollectionChanged Event

    Occurs when a ContextItemCollection changes.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.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