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