INodeChangingCallback Methods

The INodeChangingCallback type exposes the following members.

Methods
  NameDescription
Public methodCode exampleNodeInserted
Called when a node belonging to this document has been inserted into another node.
Public methodCode exampleNodeInserting
Called just before a node belonging to this document is about to be inserted into another node.
Public methodCode exampleNodeRemoved
Called when a node belonging to this document has been removed from its parent.
Public methodCode exampleNodeRemoving
Called just before a node belonging to this document is about to be removed from the document.
See Also