_ApplicationEvents_XDocumentBeforePrintEventHandler delegate

Reserved for internal use.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _ApplicationEvents_XDocumentBeforePrintEventHandler ( _
    pDocument As _XDocument, _
    <OutAttribute> ByRef pfCancel As Boolean _
)
'Usage
Dim instance As New _ApplicationEvents_XDocumentBeforePrintEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_XDocumentBeforePrintEventHandler(
    _XDocument pDocument,
    out bool pfCancel
)

Parameters

See also

Reference

Microsoft.Office.Interop.InfoPath namespace