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