Click or drag to resize

ApplicationExtensionBaseVoiceDial Method

Fired when an outbound call is made through Dial(String, String, String) (or any Dial overload).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void VoiceDial(
	IAppContext sender,
	ApplicationVoiceArgs e
)

Parameters

sender
Type: NetQuarryIAppContext
The application context object.
e
Type: NetQuarryApplicationVoiceArgs
Event arguments.
See Also