ApplicationEvents.Quit Event

InfoPath Developer Reference

Occurs when the user quits InfoPath.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.Quit

expression   An expression that returns an ApplicationEvents object.

Return Value
Nothing

Remarks

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

See Also