ApplicationClass.ApplicationEvents_Event_Quit イベント

定義

これは、対応する COM オブジェクトとの相互運用性を得るためにマネージ コードが必要とする COM コクラスを処理するときに作成される .NET クラスまたは .NET クラスのメンバです。 このクラスは、Outlook の新しいバージョンで拡張されたこのクラスの、前のバージョンのイベントにアクセスする必要がある場合にのみ使用します。 それ以外の場合は、COM コクラスから派生する .NET インターフェイスを使用します。 .NET インターフェイスの詳細については、「」を参照してください Application

public:
 virtual event Microsoft::Office::Interop::Outlook::ApplicationEvents_QuitEventHandler ^ ApplicationEvents_Event_Quit;
public virtual event Microsoft.Office.Interop.Outlook.ApplicationEvents_QuitEventHandler ApplicationEvents_Event_Quit;
Public Overridable Custom Event ApplicationEvents_Event_Quit As ApplicationEvents_QuitEventHandler Implements ApplicationEvents_Event_Quit

イベントの種類

適用対象