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