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

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

Remarks

This event will be fired if the preview timer is stopped before it has expired, typically due to the call being placed or skipped.

See Also