wManager.Wow.Helpers Namespace
WRobot

LoggingEvents..::..LogHandler Delegate

Delegate LogHandler

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

Syntax


public delegate void LogHandler(
	Logging..::..Log log
)
Public Delegate Sub LogHandler ( _
	log As Logging..::..Log _
)
public delegate void LogHandler(
	Logging..::..Log^ log
)