Office.NodeInsertedEventArgs interface
Provides information about the inserted node that raised the nodeInserted event.
Properties
is |
Gets whether the node was inserted as part of an Undo/Redo action by the user. |
new |
Gets the node that was just added to the CustomXMLPart object. Note that this node may have children, if a subtree was just added to the document. |
Property Details
isUndoRedo
Gets whether the node was inserted as part of an Undo/Redo action by the user.
isUndoRedo: boolean;
Property Value
boolean
newNode
Gets the node that was just added to the CustomXMLPart object.
Note that this node may have children, if a subtree was just added to the document.
newNode: CustomXmlNode;
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins