ICommunicationObject.Closing イベント

定義

通信オブジェクトが初めて Closing 状態に遷移するときに発生します。

public:
 event EventHandler ^ Closing;
event EventHandler Closing;
member this.Closing : EventHandler 
Event Closing As EventHandler 

イベントの種類

注釈

このイベントは、 または BeginClose メソッドが呼び出された直後に、通信オブジェクトが状態からOpened状態へのClosed遷移をClose開始したときに発生します。

適用対象