ContextChangeEventArgs.NewXMLNode 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 to which the selection has moved.
public:
property Microsoft::Office::Interop::Word::XMLNode ^ NewXMLNode { Microsoft::Office::Interop::Word::XMLNode ^ get(); };
public Microsoft.Office.Interop.Word.XMLNode NewXMLNode { get; }
member this.NewXMLNode : Microsoft.Office.Interop.Word.XMLNode
Public ReadOnly Property NewXMLNode As XMLNode
Property Value
The XMLNode control to which the selection has moved.