Aspose::Words::INodeChangingCallback interface
Contents
[
Hide
]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
Method | Description |
---|---|
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
- Namespace Aspose::Words
- Library Aspose.Words for C++