TAPIEx.NET Component Documentation

OnLineReply Delegate

Definition of event delegate you should use if you want to receive the OnLineReply event.

[Visual Basic]
Public Delegate Sub OnLineReply( _
ByVal Sender As Object, _
Byval e As OnLineReplyArgs_
)
[C#]
public delegate void OnLineReply(
 object Sender,
   OnLineReplyArgs e
);

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also