Occurs when the timeout associated with a preview call has started.

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<PreviewTimeoutStartedEventArgs> PreviewTimeoutStarted
Visual Basic
Public Event PreviewTimeoutStarted As EventHandler(Of PreviewTimeoutStartedEventArgs)

Remarks

This event will be fired just after the PreviewCallAdded event.

See Also