ContextChangeEventArgs.OldXMLNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the XMLNode control from which the selection has moved.
public:
property Microsoft::Office::Interop::Word::XMLNode ^ OldXMLNode { Microsoft::Office::Interop::Word::XMLNode ^ get(); };
public Microsoft.Office.Interop.Word.XMLNode OldXMLNode { get; }
member this.OldXMLNode : Microsoft.Office.Interop.Word.XMLNode
Public ReadOnly Property OldXMLNode As XMLNode
Property Value
The XMLNode control from which the selection has moved.