NodeDeletedEventArgs.oldNode property
Gets the node which was just deleted from the CustomXmlPart object.
| Hosts: | Word |
| Available in Requirement set | CustomXmlParts |
| Last changed in | 1.1 |
var myNode = eventArgsObj.oldNode;
Return Value
A CustomXmlNode that represents the node that was just deleted.
Remarks
Note that this node may have children, if a subtree is being removed from the document. Also, this node will be a "disconnected" node in that you can query down from the node, but you cannot query up the tree - the node appears to exist alone.
Support details
A capital Y in the following matrix indicates that this method is supported in the corresponding Office host application. An empty cell indicates that the Office host application doesn't support this method.
For more information about Office host application and server requirements, see Requirements for running Office Add-ins.
| Office for Windows desktop | Office Online (in browser) | Office for iPad | |
|---|---|---|---|
| Word | Y | Y | Y |
| Available in requirement sets | CustomXmlParts |
| Minimum permission level | ReadWriteDocument |
| Add-in types | Task pane |
| Library | Office.js |
| Namespace | Office |
Support history
| Version | Changes |
|---|---|
| 1.1 | Added support for Word in Office for iPad. |
| 1.0 | Introduced |