mscorlib(4.0.0.0) API with additions
XmlNodeChangedAction.cs
1 namespace System.Xml
2 {
4  public enum XmlNodeChangedAction
5  {
7  Insert,
9  Remove,
11  Change
12  }
13 }
The INS (INSERT) key.
XmlNodeChangedAction
Specifies the type of node change.