Occurs when an error occurred during operations.
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public event ErrorOccurredEventHandler ErrorOccurred
public event ErrorOccurredEventHandler ErrorOccurred
Public Event ErrorOccurred As ErrorOccurredEventHandler
Public Event ErrorOccurred As ErrorOccurredEventHandler
public:
event ErrorOccurredEventHandler^ ErrorOccurred {
void add (ErrorOccurredEventHandler^ value);
void remove (ErrorOccurredEventHandler^ value);
}
public:
event ErrorOccurredEventHandler^ ErrorOccurred {
void add (ErrorOccurredEventHandler^ value);
void remove (ErrorOccurredEventHandler^ value);
}
Value
Type:
ErrorOccurredEventHandler