Click or drag to resize
TapiForwardingInfoEventHandler Delegate
Represents the method that will handle ForwardingInfo event.

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

Parameters

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