com.aspose.words
Interface NodeChangedEventHandler
public interface NodeChangedEventHandler
Represents methods that handle NodeInserted, NodeInserting,
NodeRemoved and NodeRemoving events.
One can implement this interface in a class that needs in notification if one of Node
changing event is occur. Implimenting class also must be registered as event subscriber
by call to Document.addNodeChangedEventHandler(NodeChangedEventHandler) method.
Document.addNodeChangedEventHandler(com.aspose.words.NodeChangedEventHandler)
- The method called exactly before the actual Node Inserting will occur.
- The method called exactly after the actual Node Inserting was occured.
- The method called exactly before the actual Node Removing will occur.
- The method called exactly after the actual Node Removing was occured.
See Also:
Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
Aspose.Words Support Forum - our preferred method of support.
Aspose.Words Team - contact Aspose.Words Team.