DetectChangesEventArgs Class

Definition

Event arguments for the DetectingAllChanges event.

public class DetectChangesEventArgs : EventArgs
type DetectChangesEventArgs = class
    inherit EventArgs
Public Class DetectChangesEventArgs
Inherits EventArgs
Inheritance
DetectChangesEventArgs
Derived

Remarks

See State changes of entities in EF Core for more information and examples.

Constructors

DetectChangesEventArgs()

Applies to