Click or drag to resize
TapiDeviceSpecificEventHandler Delegate
Represents the method that will handle DeviceSpecific and DeviceSpecificFeature events.

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

Parameters

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