Occurs when the timeout associated with a preview call has elapsed and the preview call is about to be automatically dialed.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public event EventHandler<PreviewTimeoutExpiredEventArgs> PreviewTimeoutExpired |
Visual Basic |
---|
Public Event PreviewTimeoutExpired As EventHandler(Of PreviewTimeoutExpiredEventArgs) |
Remarks
The automatic dial can be cancelled by setting the Cancel member of the CancelEventArgs argument to true.