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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.