TAPIEx.NET Component Documentation

OnDebug Delegate

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
);

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also