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

NameDescription
actionGets a value indicating what type of node change event is occurring.
newParentGets the node’s parent that will be set after the operation completes.
nodeGets the NodeChangingArgs.node that is being added or removed.
oldParentGets the node’s parent before the operation began.

See Also