SQLConnectionControl ConnectionFailed EventControl Documentation
Occurs when the connection attempt failed.

Namespace: ZsZ_Studio.Controls
Assembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
Syntax

public event ConnectionFailedEventHandler ConnectionFailed

Value

Type: ConnectionFailedEventHandler
Remarks

Use TryConnect method to refresh the connection state from code.
See Also