Edytuj

Udostępnij za pośrednictwem


_ApplicationEvents_Event.Quit Event

Definition

Occurs when the user quits 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 

Event Type

Remarks

The Quit event of the _ApplicationEvents_Event interface is primarily used with COM Add-ins. For more information about creating a COM Add-in for Microsoft InfoPath, see How To: Create a COM Add-in to Add Custom Features to InfoPath.

Applies to