ApplicationEvents3_SinkHelper.DocumentBeforeClose Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub DocumentBeforeClose ( _
param0 As Document, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As ApplicationEvents3_SinkHelper
Dim param0 As Document
Dim param1 As Boolean
instance.DocumentBeforeClose(param0, _
param1)
public virtual void DocumentBeforeClose(
Document param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.Word.Document
- param1
Type: System.Boolean%
Implements
ApplicationEvents3.DocumentBeforeClose(Document, Boolean%)
See Also
Reference
ApplicationEvents3_SinkHelper Class