Expand Minimize
This topic has not yet been rated - Rate this topic

_ApplicationEvents_QuitEventHandler delegate

This documentation is preliminary and is subject to change.

Represents the method that will handle the Quit event.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_QuitEventHandler()

When you create an _ApplicationEvents_QuitEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information, see Events and Delegates.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.