_ApplicationEvents_XDocumentBeforePrintEventHandler, délégué

Ce délégué est réservé à un usage interne et il n'est pas destiné à être utilisé directement à partir du code.

Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans microsoft.office.interop.infopath.dll)

Syntaxe

<ComVisibleAttribute(False)> _
<TypeLibTypeAttribute(16)> _
Public Delegate Sub _ApplicationEvents_XDocumentBeforePrintEventHandler ( _
    <InAttribute> pDocument As _XDocument, _
    <InAttribute> <OutAttribute> ByRef pfCancel As Boolean _
)

Dim instance As New _ApplicationEvents_XDocumentBeforePrintEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
[TypeLibTypeAttribute(16)] 
public delegate void _ApplicationEvents_XDocumentBeforePrintEventHandler (
    [InAttribute] _XDocument pDocument,
    [InAttribute] out bool pfCancel
)

Paramètres

  • pDocument
  • pfCancel

Voir aussi

Référence

Microsoft.Office.Interop.InfoPath, espace de noms