Click or drag to resize

XmlSnippetEventArgs Constructor

Initializes a new instance of the XmlSnippetEventArgs class

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public XmlSnippetEventArgs(
	string ShareType,
	Dictionary<string, string> XmlAttributes,
	string RawXml
)

Parameters

ShareType
Type: SystemString

[Missing <param name="ShareType"/> documentation for "M:Advanced_Combat_Tracker.XmlSnippetEventArgs.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String)"]

XmlAttributes
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="XmlAttributes"/> documentation for "M:Advanced_Combat_Tracker.XmlSnippetEventArgs.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String)"]

RawXml
Type: SystemString

[Missing <param name="RawXml"/> documentation for "M:Advanced_Combat_Tracker.XmlSnippetEventArgs.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String)"]

See Also