Share via


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.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public Delegate Sub NewConnectionFromQEEventHandler ( _
    sender As Object, _
    args As UIConnectionInfoUtil.NewConnectionFromQEEventArgs _
)
'Usage
Dim instance As New NewConnectionFromQEEventHandler(AddressOf HandlerMethod)
public delegate void NewConnectionFromQEEventHandler(
    Object sender,
    UIConnectionInfoUtil.NewConnectionFromQEEventArgs args
)
public delegate void NewConnectionFromQEEventHandler(
    Object^ sender, 
    UIConnectionInfoUtil.NewConnectionFromQEEventArgs^ args
)
type NewConnectionFromQEEventHandler = 
    delegate of  
        sender:Object * 
        args:UIConnectionInfoUtil.NewConnectionFromQEEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

See Also

Reference

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace