viewing changes in a context

Viewing the changes in an EntityFramework change tracker:

_context.ChangeTracker.Entries()

you can use LINQ to further filter (by entity type, etc)