Click or drag to resize

DialComplete Delegate

The delegate for the DialComplete event.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public delegate void DialComplete(
	Object sender,
	DialCompleteEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: VoiceElements.ClientDialCompleteEventArgs
See Also