ApplicationClass.remove_DocumentBeforeClose Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub remove_DocumentBeforeClose ( _
param0 As ApplicationEvents4_DocumentBeforeCloseEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As ApplicationEvents4_DocumentBeforeCloseEventHandler
instance.remove_DocumentBeforeClose(param0)
public virtual void remove_DocumentBeforeClose(
ApplicationEvents4_DocumentBeforeCloseEventHandler param0
)