Adds an event handler for the IDesignerHost.TransactionClosed event.
This event occurs after a transaction is closed.
A transaction can sometimes change multiple values. The transaction methods provide a way to prevent performance and flicker problems by avoiding repetitive processing. These methods defer processing until after the transaction has closed.