Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.