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