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