_ApplicationEvents.XDocumentOpen method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub XDocumentOpen ( _
pDocument As _XDocument _
)
'Usage
Dim instance As _ApplicationEvents
Dim pDocument As _XDocument
instance.XDocumentOpen(pDocument)
void XDocumentOpen(
_XDocument pDocument
)
Parameters
- pDocument
Type: Microsoft.Office.Interop.InfoPath._XDocument