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

    Occurs when a ContextItemCollection changes.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public event ItemCollectionChangedEventHandler ItemCollectionChanged

    Event Data

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

    See Also