Condividi tramite


Delegato _ApplicationEvents_XDocumentBeforeCloseEventHandler

Questo delegato è riservato a utilizzi interni e non deve essere utilizzato direttamente dal codice.

Spazio dei nomi: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Sintassi

<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
)

Parametri

  • pDocument
  • pfCancel

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Office.Interop.InfoPath