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