ApplicationClass.DocumentBeforeSave Event
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Event DocumentBeforeSave As ApplicationEvents4_DocumentBeforeSaveEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As ApplicationEvents4_DocumentBeforeSaveEventHandler
AddHandler instance.DocumentBeforeSave, handler
public virtual event ApplicationEvents4_DocumentBeforeSaveEventHandler DocumentBeforeSave
Implements
ApplicationEvents4_Event.DocumentBeforeSave