terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.XmlNodeChangedEventArgs Class Reference
+ Inheritance diagram for System.Xml.XmlNodeChangedEventArgs:
+ Collaboration diagram for System.Xml.XmlNodeChangedEventArgs:

Public Member Functions

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

Static Public Attributes

static readonly global::System.EventArgs Empty
 

Properties

XmlNodeChangedAction Action [get, set]
 

Private Attributes

XmlNodeChangedAction action
 
XmlNode node
 
XmlNode oldParent
 
XmlNode newParent
 
string oldValue
 
string newValue
 

Detailed Description

Definition at line 8 of file XmlNodeChangedEventArgs.cs.


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