ApplicationClass.ApplicationEvents2_Event_add_DocumentBeforeSave Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub ApplicationEvents2_Event_add_DocumentBeforeSave ( _
param0 As ApplicationEvents2_DocumentBeforeSaveEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As ApplicationEvents2_DocumentBeforeSaveEventHandler
instance.ApplicationEvents2_Event_add_DocumentBeforeSave(param0)
public virtual void ApplicationEvents2_Event_add_DocumentBeforeSave(
ApplicationEvents2_DocumentBeforeSaveEventHandler param0
)
Parameters
Implements
ApplicationEvents2_Event.add_DocumentBeforeSave(ApplicationEvents2_DocumentBeforeSaveEventHandler)