_ApplicationEvents_SinkHelper.XDocumentOpen method
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Sub XDocumentOpen ( _
param0 As _XDocument _
)
'Usage
Dim instance As _ApplicationEvents_SinkHelper
Dim param0 As _XDocument
instance.XDocumentOpen(param0)
public virtual void XDocumentOpen(
_XDocument param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.InfoPath._XDocument
Implements
_ApplicationEvents.XDocumentOpen(_XDocument)
See also
Reference
_ApplicationEvents_SinkHelper class