Reference Library
ForwardingEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCForwardingEventHandler
Message sent when the server notifies object that the call has been forwarded.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ForwardingEventHandler(
	Object sender,
	ThirdPartyCallController..::..ForwardingEventArgs e
)
Public Delegate Sub ForwardingEventHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..ForwardingEventArgs _
)
public delegate void ForwardingEventHandler(
	Object^ sender, 
	ThirdPartyCallController..::..ForwardingEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ThirdPartyCallController..::..ForwardingEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)