wManager.Wow.Helpers Namespace
WRobot

Events..::..OnEventsClearEnd Event

Occurs when OnEventsClearRequest is done (called by ClearEvents()()()())

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

Syntax


public static event SimpleHandler OnEventsClearEnd
Public Shared Event OnEventsClearEnd As SimpleHandler
public:
static  event SimpleHandler^ OnEventsClearEnd {
	void add (SimpleHandler^ value);
	void remove (SimpleHandler^ value);
}