Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked when a transaction is committed.
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public Delegate Sub TransactionCommitHandler
public delegate void TransactionCommitHandler()
public delegate void TransactionCommitHandler()
type TransactionCommitHandler = 
    delegate of unit -> unit
JScript does not support delegates.