_ApplicationEvents_QuitEventHandler delegate

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)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _ApplicationEvents_QuitEventHandler
'Usage
Dim instance As New _ApplicationEvents_QuitEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_QuitEventHandler()

Remarks

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.

See also

Reference

Microsoft.Office.Interop.InfoPath namespace