Click or drag to resize
TapiCallInfoEventHandler Delegate
Represents the method that will handle CallInfo event.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public delegate void TapiCallInfoEventHandler(
	Object sender,
	TapiCallInfoEventArgs args
)

Parameters

sender
Type: SystemObject
The source of the event (currently not used by AddTapi.NET).
args
Type: Traysoft.AddTapiTapiCallInfoEventArgs
An TapiCallInfoEventArgs that contains event data.
See Also