UIConnectionInfoUtil::NewConnectionFromQEEventHandler Delegate
Represents a prototype of NewConnectionFromQE event that will be fired by the QE part of SQL workbench when it establishes a new connection.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
public delegate void NewConnectionFromQEEventHandler( Object^ sender, UIConnectionInfoUtil::NewConnectionFromQEEventArgs^ args )
Parameters
- sender
-
Type:
System::Object^
The Object that initiated the event.
- args
-
Type:
Microsoft.SqlServer.Management.UI.ConnectionDlg::UIConnectionInfoUtil::NewConnectionFromQEEventArgs^
The UIConnectionInfoUtil::NewConnectionFromQEEventArgs which contains the information needed to process the event.
Show: