Share via


ContextChangeEventArgs.OldXMLNode Property (2007 System)

Gets the XMLNode control from 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 OldXMLNode As XMLNode
'Usage
Dim instance As ContextChangeEventArgs 
Dim value As XMLNode 

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

Property Value

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

.NET Framework Security

See Also

Reference

ContextChangeEventArgs Class

ContextChangeEventArgs Members

Microsoft.Office.Tools.Word Namespace