Click or drag to resize
TapiLineDeviceStateEventHandler Delegate
Represents the method that will handle LineDeviceState event.

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

Parameters

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