System.ComponentModel.Design.IDesignerHost.TransactionClosing Event

Adds an event handler for the IDesignerHost.TransactionClosing event.

Syntax

public event DesignerTransactionCloseEventHandler TransactionClosing

Remarks

This event occurs just before a transaction is completed.

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.

Requirements

Namespace: System.ComponentModel.Design
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0