_ApplicationEvents_NewXDocumentEventHandler-Delegat

Dieser Delegat wird für die interne Verwendung reserviert und ist nicht für die direkte Verwendung in Code bestimmt.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

<ComVisibleAttribute(False)> _
<TypeLibTypeAttribute(16)> _
Public Delegate Sub _ApplicationEvents_NewXDocumentEventHandler ( _
    <InAttribute> pDocument As _XDocument _
)

Dim instance As New _ApplicationEvents_NewXDocumentEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
[TypeLibTypeAttribute(16)] 
public delegate void _ApplicationEvents_NewXDocumentEventHandler (
    [InAttribute] _XDocument pDocument
)

Parameter

  • pDocument

Siehe auch

Referenz

Microsoft.Office.Interop.InfoPath-Namespace