ICollectionChangedEventData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface implemented by any EventData subclass that represents a change to either a skip collection navigation or a regular collection navigation.
public interface ICollectionChangedEventData
type ICollectionChangedEventData = interface
Public Interface ICollectionChangedEventData
- Derived
Remarks
See Logging, events, and diagnostics for more information and examples.
Properties
Added |
The entities added to the collection. |
EntityEntry |
The entry for the entity instance on which the navigation property has been added to or removed from. |
Removed |
The entities removed from the collection. |
Applies to
Entity Framework