com.aspose.words
Class NodeChangedEventArgs

java.lang.Object
    extended by com.aspose.words.NodeChangedEventArgs

public class NodeChangedEventArgs 
extends java.lang.Object

Provides data for the NodeChangedEventHandler.
See Also:
DocumentBase, NodeChangedEventHandler, NodeChangedAction

Property Getters/Setters Summary
intgetAction()
           Gets a value indicating what type of node change event is occurring. The value of the property is NodeChangedAction integer constant.
NodegetNewParent()
           Gets the node's parent that will be set after the operation completes.
NodegetNode()
           Gets the Node that is being added or removed.
NodegetOldParent()
           Gets the node's parent before the operation began.
 

Property Getters/Setters Detail

getNode

public Node getNode()
Gets the Node that is being added or removed.

getOldParent

public Node getOldParent()
Gets the node's parent before the operation began.

getNewParent

public Node getNewParent()
Gets the node's parent that will be set after the operation completes.

getAction

public int getAction()
Gets a value indicating what type of node change event is occurring. The value of the property is NodeChangedAction integer constant.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.