A Sandcastle Documented Class Library
AfterCombatAction Event
NamespacesAdvanced_Combat_TrackerFormActMainAfterCombatAction
A parsed combat action after it is entered as data. Subscribing to this event shows the data in its final form. Changing the action now would yield no meaningful results.
Declaration Syntax
C#Visual BasicVisual C++
public event CombatActionDelegate AfterCombatAction
Public Event AfterCombatAction As CombatActionDelegate
public:
 event CombatActionDelegate^ AfterCombatAction {
	void add (CombatActionDelegate^ value);
	void remove (CombatActionDelegate^ value);
}

Assembly: Advanced Combat Tracker (Module: Advanced Combat Tracker) Version: 2.10.2.218