Occurs when the connection attempt was successfully.
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public event ConnectionOkEventHandler ConnectionOk
public event ConnectionOkEventHandler ConnectionOk
Public Event ConnectionOk As ConnectionOkEventHandler
Public Event ConnectionOk As ConnectionOkEventHandler
public:
event ConnectionOkEventHandler^ ConnectionOk {
void add (ConnectionOkEventHandler^ value);
void remove (ConnectionOkEventHandler^ value);
}
public:
event ConnectionOkEventHandler^ ConnectionOk {
void add (ConnectionOkEventHandler^ value);
void remove (ConnectionOkEventHandler^ value);
}
Value
Type:
ConnectionOkEventHandlerUse
TryConnect method to refresh the connection state from code.