TAPIEx.NET Component Documentation

OnTTYDetection Delegate

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
);

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also