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;