terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetEventArgs()

override XmlNodeChangedEventArgs System.Xml.XmlDocument.GetEventArgs ( XmlNode node,
XmlNode oldParent,
XmlNode newParent,
string oldValue,
string newValue,
XmlNodeChangedAction action )
inlinepackagevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 869 of file XmlDocument.cs.

870 {
871 if (action != XmlNodeChangedAction.Insert || this.onNodeInsertingDelegate != null || this.onNodeInsertedDelegate != null || this.onNodeChangingDelegate != null || this.onNodeChangedDelegate != null || this.onNodeRemovingDelegate != null || this.onNodeRemovedDelegate != null)
872 {
873 return;
874 }
875 }

References System.action.