INodeChangingCallback class
INodeChangingCallback class
Implement this interface if you want to receive notifications when nodes are inserted or removed in the document.
Methods
Name | Description |
---|---|
node_inserted(args) | Called when a node belonging to this document has been inserted into another node. |
node_inserting(args) | Called just before a node belonging to this document is about to be inserted into another node. |
node_removed(args) | Called when a node belonging to this document has been removed from its parent. |
node_removing(args) | Called just before a node belonging to this document is about to be removed from the document. |
See Also
- module aspose.words