Click or drag to resize

XmlSnippetEventArgs Class

[Missing <summary> documentation for "T:Advanced_Combat_Tracker.XmlSnippetEventArgs"]

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Advanced_Combat_TrackerXmlSnippetEventArgs

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class XmlSnippetEventArgs : EventArgs

The XmlSnippetEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodXmlSnippetEventArgs
Initializes a new instance of the XmlSnippetEventArgs class
Top
Properties
  NameDescription
Public propertyHandled
Set this so ACT knows something knows what the ShareType is
Top
Fields
  NameDescription
Public fieldRawXml
The original XML document as text
Public fieldShareType
The XML node name... like Trigger, Spell, etc
Public fieldXmlAttributes
Collection of XML attribute names and values
Top
See Also