ApplicationEvents3.DocumentBeforePrint Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub DocumentBeforePrint ( _
    Doc As Document, _
    ByRef Cancel As Boolean _
)
'Usage
Dim instance As ApplicationEvents3
Dim Doc As Document
Dim Cancel As Boolean

instance.DocumentBeforePrint(Doc, Cancel)
void DocumentBeforePrint(
    Document Doc,
    ref bool Cancel
)

Parameters

See Also

Reference

ApplicationEvents3 Interface

ApplicationEvents3 Members

Microsoft.Office.Interop.Word Namespace