ApplicationEvents4_Event.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
Event Quit As ApplicationEvents4_QuitEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_QuitEventHandler
AddHandler instance.Quit, handler
event ApplicationEvents4_QuitEventHandler Quit
See Also
Reference
ApplicationEvents4_Event Interface