Compartir a través de


_ApplicationEvents_XDocumentBeforeCloseEventHandler (Delegado)

Este delegado está reservado para uso interno y no está destinado a ser utilizado desde el código.

Espacio de nombres: Microsoft.Office.Interop.InfoPath
Ensamblado: Microsoft.Office.Interop.InfoPath (en microsoft.office.interop.infopath.dll)

Sintaxis

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

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

Parámetros

  • pDocument
  • pfCancel

Vea también

Referencia

Microsoft.Office.Interop.InfoPath (Espacio de nombres)