UIConnectionInfoUtil.NewConnectionFromQEEventHandler Delegate

Definition

Represents a prototype of NewConnectionFromQE event that will be fired by the QE part of SQL workbench when it establishes a new connection.

public: delegate void UIConnectionInfoUtil::NewConnectionFromQEEventHandler(System::Object ^ sender, UIConnectionInfoUtil::NewConnectionFromQEEventArgs ^ args);
public delegate void UIConnectionInfoUtil.NewConnectionFromQEEventHandler(object sender, UIConnectionInfoUtil.NewConnectionFromQEEventArgs args);
type UIConnectionInfoUtil.NewConnectionFromQEEventHandler = delegate of obj * UIConnectionInfoUtil.NewConnectionFromQEEventArgs -> unit
Public Delegate Sub UIConnectionInfoUtil.NewConnectionFromQEEventHandler(sender As Object, args As UIConnectionInfoUtil.NewConnectionFromQEEventArgs)

Parameters

sender
Object

The Object that initiated the event.

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

The UIConnectionInfoUtil.NewConnectionFromQEEventArgs which contains the information needed to process the event.

Applies to