NodeChangingArgs

NodeChangingArgs

Overview

NodeChangingArgs is a class in Aspose.Words FOSS for .NET.

Provides data for methods of the INodeChangingCallback interface.

Properties: Action, NewParent, Node, OldParent.

Properties

NameTypeAccessDescription
NodeNodeReadGets the Node that is being added or removed.
OldParentNodeReadGets the node’s parent before the operation began.
NewParentNodeReadGets the node’s parent that will be set after the operation completes.
ActionNodeChangingActionReadGets a value indicating what type of node change event is occurring.

See Also