com.aspose.words
Interface NodeChangedEventHandler
public interface NodeChangedEventHandler
Represents methods that handle NodeInserted, NodeInserting,
NodeRemoved and NodeRemoving events.
Implement this interface if you want to receive notifications when node changing events occur.
Register an object that implements this interface as an event subscriber by calling
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:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.