Definition of event delegate you should use if you want to receive the OnDebug event.
[Visual Basic]
Public Delegate Sub OnDebug( _
ByVal Sender As Object, _
Byval e As OnDebugArgs_
)
[C#]
public delegate void OnDebug(
object Sender,
OnDebugArgs e
);
Namespace: TAPIEx
Assembly: TAPIEx.Net.Dll