Aspose::Words::INodeChangingCallback interface

INodeChangingCallback interface

Implement this interface if you want to receive notifications when nodes are inserted or removed in the document.

class INodeChangingCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual NodeInserted(System::SharedPtr<Aspose::Words::NodeChangingArgs>)Called when a node belonging to this document has been inserted into another node.
virtual NodeInserting(System::SharedPtr<Aspose::Words::NodeChangingArgs>)Called just before a node belonging to this document is about to be inserted into another node.
virtual NodeRemoved(System::SharedPtr<Aspose::Words::NodeChangingArgs>)Called when a node belonging to this document has been removed from its parent.
virtual NodeRemoving(System::SharedPtr<Aspose::Words::NodeChangingArgs>)Called just before a node belonging to this document is about to be removed from the document.
static Type()

See Also