XmlNodeChangedEventArgs Constructor
Initializes a new instance of the XmlNodeChangedEventArgs class.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
public XmlNodeChangedEventArgs( XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action )
Parameters
- node
- Type: System.Xml.XmlNode
The XmlNode that generated the event.
- oldParent
- Type: System.Xml.XmlNode
The old parent XmlNode of the XmlNode that generated the event.
- newParent
- Type: System.Xml.XmlNode
The new parent XmlNode of the XmlNode that generated the event.
- oldValue
- Type: System.String
The old value of the XmlNode that generated the event.
- newValue
- Type: System.String
The new value of the XmlNode that generated the event.
- action
- Type: System.Xml.XmlNodeChangedAction
The XmlNodeChangedAction.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.