次の方法で共有


_ApplicationEvents_Event.Quit イベント

定義

ユーザーが InfoPath を終了するときに発生します。

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_QuitEventHandler ^ Quit;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_QuitEventHandler Quit;
member this.Quit : Microsoft.Office.Interop.InfoPath._ApplicationEvents_QuitEventHandler 
Event Quit As _ApplicationEvents_QuitEventHandler 

イベントの種類

注釈

インターフェイスの _ApplicationEvents_EventQuit イベントは、主に COM アドインで使用されます。Microsoft InfoPath 用の COM アドインの作成の詳細については、「方法: Com アドインを作成して InfoPath にカスタム機能を追加する」を参照してください。

適用対象