IDesignerHost.TransactionClosing イベント

定義

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

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

イベントの種類

注釈

このイベントは、トランザクションが完了する直前に発生します。

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

適用対象

こちらもご覧ください