TAPIEx.NET Component Documentation

OnCallerID Delegate

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also