Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlNodeChangedEventArgs Class Reference

Public Member Functions

 XmlNodeChangedEventArgs (XmlNode? node, XmlNode? oldParent, XmlNode? newParent, string? oldValue, string? newValue, XmlNodeChangedAction action)
 

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Properties

XmlNodeChangedAction Action [get]
 
XmlNodeNode [get]
 
XmlNodeOldParent [get]
 
XmlNodeNewParent [get]
 
stringOldValue [get]
 
stringNewValue [get]
 

Private Attributes

readonly XmlNodeChangedAction _action
 
readonly XmlNode _node
 
readonly XmlNode _oldParent
 
readonly XmlNode _newParent
 
readonly string _oldValue
 
readonly string _newValue
 

Detailed Description

Definition at line 3 of file XmlNodeChangedEventArgs.cs.


The documentation for this class was generated from the following file: