Click or drag to resize
TapiErrorEventHandler Delegate
Represents the method that will handle TapiError event.

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

Parameters

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