Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Xml.​XmlNodeChangedAction

Assembly: System.Xml.ReaderWriter

Specifies the type of node change.

Values

Insert
A node is being inserted in the tree.
Remove
A node is being removed from the tree.
Change
A node value is being changed.