FormActMainXmlSnippetAddedDelegate Delegate |
Event for when ACT is instructed to add the data from an XML snippet (the XML data should be parsed and commited)
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public delegate void XmlSnippetAddedDelegate(
Object sender,
XmlSnippetEventArgs e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Advanced_Combat_TrackerXmlSnippetEventArgs
Contains the ShareType and XmlAttributes. Set Handled to true if the ShareType is yours
See Also