Aspose::Words::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.

class NodeChangingArgs : public System::Object

Methods

MethodDescription
get_Action() constGets a value indicating what type of node change event is occurring.
get_NewParent() constGets the node’s parent that will be set after the operation completes.
get_Node() constGets the Node that is being added or removed.
get_OldParent() constGets the node’s parent before the operation began.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also