wManager.Wow.Helpers Namespace
WRobot

LoggingEvents..::..OnAddLog Event

Occurs when add log (OnChanged).

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

Syntax


public static event LoggingEvents..::..LogHandler OnAddLog
Public Shared Event OnAddLog As LoggingEvents..::..LogHandler
public:
static  event LoggingEvents..::..LogHandler^ OnAddLog {
	void add (LoggingEvents..::..LogHandler^ value);
	void remove (LoggingEvents..::..LogHandler^ value);
}