Click or drag to resize

CollectionChangeContext Properties

The CollectionChangeContext type exposes the following members.

Properties
  NameDescription
Public propertyAddedItems
Gets the set of added item tracking
Public propertyChange
Gets or sets the change produced by a collection change handler like a collection change interceptor
Public propertyCollection
Gets the collection subject of changes
Public propertyItemsBefore
Gets a copy of collection items before the collection was changed
Public propertyParentObjectProperty
Gets a reference to the property which holds the collection instance
Public propertyRemovedItems
Gets the set of removed item tracking
Top
See Also