wManager.Events Namespace
wManager.Wow.Helpers Namespace
WRobot

LootingEvents..::..OnLootingTaskEnd Event

Occurs when looting task end.

Namespace:  wManager.Events
Assembly:  wManager (in wManager.dll)

Syntax


public static event LootingEvents..::..LootingTaskHandler OnLootingTaskEnd
Public Shared Event OnLootingTaskEnd As LootingEvents..::..LootingTaskHandler
public:
static  event LootingEvents..::..LootingTaskHandler^ OnLootingTaskEnd {
	void add (LootingEvents..::..LootingTaskHandler^ value);
	void remove (LootingEvents..::..LootingTaskHandler^ value);
}