ConnectionErrorEventHandler Delegate
Represents the method that will handle the error event of a T:Microsoft.SqlServer.Management.UI.ConnectionDlg.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
public delegate void ConnectionErrorEventHandler( Object^ sender, ConnectionErrorEventArgs^ args )
Parameters
- sender
-
Type:
System::Object^
A Object representing the source of the event.
- args
-
Type:
Microsoft.SqlServer.Management.UI.ConnectionDlg::ConnectionErrorEventArgs^
A T:Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectorErrorEventArgs that contains the event data.
Show: