wManager.Events Namespace
wManager.Wow.Helpers Namespace
WRobot

LootingEvents..::..OnLootSuccessful Event

Occurs when loot success.

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

Syntax


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