ApplicationEvents2_Event.Quit Event
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Event Quit As ApplicationEvents2_QuitEventHandler
'Usage
Dim instance As ApplicationEvents2_Event
Dim handler As ApplicationEvents2_QuitEventHandler
AddHandler instance.Quit, handler
event ApplicationEvents2_QuitEventHandler Quit
See Also
Reference
ApplicationEvents2_Event Interface