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

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