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.8.3.286
Syntax
C#
public class XmlSnippetEventArgs : EventArgs

The XmlSnippetEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodXmlSnippetEventArgsInitializes 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