Share via


ContextChangeEventArgs.NewXMLNode Property (2007 System)

Gets the XMLNode control to which the selection has moved.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property NewXMLNode As XMLNode
'Usage
Dim instance As ContextChangeEventArgs 
Dim value As XMLNode 

value = instance.NewXMLNode
public XMLNode NewXMLNode { get; }
public:
property XMLNode^ NewXMLNode {
    XMLNode^ get ();
}
public function get NewXMLNode () : XMLNode

Property Value

Type: XMLNode
The XMLNode control to which the selection has moved.

.NET Framework Security

See Also

Reference

ContextChangeEventArgs Class

ContextChangeEventArgs Members

Microsoft.Office.Tools.Word Namespace