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