Occurs when a Preview call is added to the agent's queue.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public event EventHandler<PreviewCallAddedEventArgs> PreviewCallAdded
Visual Basic
Public Event PreviewCallAdded As EventHandler(Of PreviewCallAddedEventArgs)

Remarks

When this event is fired, the Preview call has not yet been placed.

Once the Preview call is placed using PlacePreviewCall()()()(), it will cause the DataPop event to be fired.

See Also