_ApplicationEvents_XDocumentOpenEventHandler 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_XDocumentOpenEventHandler ( _
pDocument As _XDocument _
)
'Usage
Dim instance As New _ApplicationEvents_XDocumentOpenEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_XDocumentOpenEventHandler(
_XDocument pDocument
)
Parameters
- pDocument
Type: Microsoft.Office.Interop.InfoPath._XDocument