다음을 통해 공유


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) 

이벤트 유형

적용 대상