XmlNodeChangedEventArgs public class XmlNodeChangedEventArgs : EventArgs Documentation public XmlNodeChangedAction Action { get; } public XmlNode NewParent { get; } public string NewValue { get; } public XmlNode Node { get; } public XmlNode OldParent { get; } public string OldValue { get; } public XmlNodeChangedEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action)