Click or drag to resize
DiaGlobWrapperTraceMessageReceived Delegate
diaGlobWrapper Help
Delegate or function pointer where trace information on the diaGlobWrapper instance will be raised.

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public delegate void TraceMessageReceived(
	Object sender,
	EventArgs e,
	string Message,
	DateTime MessageTimeStamp
)

Parameters

sender
Type: SystemObject
The instance of diaGlobWrapper.
e
Type: SystemEventArgs
The actual event being raised.
Message
Type: SystemString
The content of the trace message.
MessageTimeStamp
Type: SystemDateTime
The Date and Time stamp of the message.
See Also