DocActionEvent.Source Property
Gets a reference to the inner-most XML Document Object Model (DOM) node of a form's underlying XML document.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
ReadOnly Property Source As IXMLDOMNode
Get
'Usage
Dim instance As DocActionEvent
Dim value As IXMLDOMNode
value = instance.Source
IXMLDOMNode Source { get; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
Remarks
After you have set a reference to the XML DOM node that the Source property returns, you can use any of the properties and methods that are supported by the XML DOM.