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

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