XmlNodeChangedAction public enum XmlNodeChangedAction Specifies the type of node change. Documentation Change = 2 A node value is being changed. Insert = 0 A node is being inserted in the tree. Remove = 1 A node is being removed from the tree.