Click or drag to resize
IMonitoredConnectionConnectionLost Event
Occurs when the connection has been lost.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
event EventHandler<ConnectionLostEventArgs> ConnectionLost

Value

Type: SystemEventHandlerConnectionLostEventArgs
Remarks

This event is raised in the following situations:

For the first two cases Exception indicates the source of the error. For the the last two cases Exception is null.

See Also