SQLConnectionControl ConnectionOk EventControl Documentation
Occurs when the connection attempt was successfully.

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 ConnectionOkEventHandler ConnectionOk

Value

Type: ConnectionOkEventHandler
Remarks

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