ChangeTracker.DetectedEntityChanges Event

Definition

An event fired when any changes have been detected to a single entity, either through an explicit call to DetectChanges() or DetectChanges(), or automatically, such as part of executing SaveChanges() or SaveChangesAsync(CancellationToken).

C#
public event EventHandler<Microsoft.EntityFrameworkCore.ChangeTracking.DetectedEntityChangesEventArgs> DetectedEntityChanges;

Event Type

Remarks

AutoDetectChangesEnabled is set to false for the duration of the event to prevent an infinite loop of recursive automatic calls.

See EF Core change tracking for more information and examples.

Applies to

Proizvod Verzije
Entity Framework Core 7.0, 8.0, 9.0