NodeChangingArgs class
NodeChangingArgs class
Provides data for methods of the INodeChangingCallback interface.
To learn more, visit the Aspose.Words Document Object Model (DOM) documentation article.
Properties
Name | Description |
---|---|
action | Gets a value indicating what type of node change event is occurring. |
new_parent | Gets the node’s parent that will be set after the operation completes. |
node | Gets the NodeChangingArgs.node that is being added or removed. |
old_parent | Gets the node’s parent before the operation began. |
See Also
- module aspose.words
- class DocumentBase
- class INodeChangingCallback
- enum NodeChangingAction