// Assembly: System.Xml
// Full name: System.Xml.XmlNodeChangedEventArgs

namespace System.Xml
{
public class XmlNodeChangedEventArgs // TypeDefIndex: 6752
{
	// Fields
	type#29202 action;
	type#29198 node;
	type#29198 oldParent;
	type#29198 newParent;
	type#26577 oldValue;
	type#26577 newValue;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#29197 node, type#29197 oldParent, type#29197 newParent, type#26576 oldValue, type#26576 newValue, type#29201 action) { }
	// RVA: -1
	public type#29201 get_Action() { }
}
}
