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
);
Namespace: TAPIEx
Assembly: TAPIEx.Net.Dll