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