TAPIEx.NET Component Documentation

OnDataPassThrough Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also