IDesignerHost.TransactionClosed イベント

定義

TransactionClosed イベントのイベント ハンドラーを追加します。

public:
 event System::ComponentModel::Design::DesignerTransactionCloseEventHandler ^ TransactionClosed;
event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosed;
member this.TransactionClosed : System.ComponentModel.Design.DesignerTransactionCloseEventHandler 
Event TransactionClosed As DesignerTransactionCloseEventHandler 

イベントの種類

注釈

このイベントは、トランザクションが閉じられた後に発生します。

1 つのトランザクションで複数の値が変更される場合があります。 トランザクションメソッドは、繰り返し処理を回避することで、パフォーマンスとちらつきの問題を防ぐ方法を提供します。 これらのメソッドは、トランザクションが終了するまで処理を延期します。

適用対象

こちらもご覧ください