ApplicationEvents4_QuitEventHandler Delegate
A Delegate type used to add an event handler for the Quit event. The Quit event occurs when the user quits Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_QuitEventHandler
'Usage
Dim instance As New ApplicationEvents4_QuitEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_QuitEventHandler()