AddInProcess.ShuttingDown イベント

定義

AddInProcess オブジェクトによって表されるプロセスが終了する直前に発生します。

public:
 event EventHandler<System::ComponentModel::CancelEventArgs ^> ^ ShuttingDown;
public event EventHandler<System.ComponentModel.CancelEventArgs> ShuttingDown;
member this.ShuttingDown : EventHandler<System.ComponentModel.CancelEventArgs> 
Public Custom Event ShuttingDown As EventHandler(Of CancelEventArgs) 
Public Event ShuttingDown As EventHandler(Of CancelEventArgs) 

イベントの種類

適用対象