|
Terraria v1.4.4.9
Terraria source code documentation
|
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] |
| XmlNode? | Node [get] |
| XmlNode? | OldParent [get] |
| XmlNode? | NewParent [get] |
| string? | OldValue [get] |
| string? | NewValue [get] |
Private Attributes | |
| readonly XmlNodeChangedAction | _action |
| readonly XmlNode | _node |
| readonly XmlNode | _oldParent |
| readonly XmlNode | _newParent |
| readonly string | _oldValue |
| readonly string | _newValue |
Definition at line 3 of file XmlNodeChangedEventArgs.cs.