IEntityDesignerLayer.OnAfterTransactionCommitted Method (IEnumerable<Tuple<XObject, XObjectChange>>)

 

Gets fired when a transaction is committed. A layer extension can take basic actions in this case such as reloading an owning tool window.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures", 
	Justification = "Backwards compatibility, it is already part of public API")]
void OnAfterTransactionCommitted(
	IEnumerable<Tuple<XObject, XObjectChange>> xmlChanges
)

Parameters

xmlChanges
Type: System.Collections.Generic.IEnumerable<Tuple<XObject, XObjectChange>>

A list of changes made during the transaction.