ICollectionChangedEventData Interface

Definition

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