AddTapi.NET Developer's Manual
TapiCallInfoEventHandler Delegate
NamespacesTraysoft.AddTapiTapiCallInfoEventHandler
Represents the method that will handle CallInfo event.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void TapiCallInfoEventHandler(
	Object sender,
	TapiCallInfoEventArgs args
)
Public Delegate Sub TapiCallInfoEventHandler ( _
	sender As Object, _
	args As TapiCallInfoEventArgs _
)
public delegate void TapiCallInfoEventHandler(
	Object^ sender, 
	TapiCallInfoEventArgs^ args
)
Parameters
sender (Object)
The source of the event (currently not used by AddTapi.NET).
args (TapiCallInfoEventArgs)
An TapiCallInfoEventArgs that contains event data.

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)