UIConnectionInfoUtil.NewConnectionFromQEEventHandler Delegat

Definition

Stellt einen Prototyp des NewConnectionFromQE-Ereignisses dar, das vom QE-Teil von SQL Workbench ausgelöst wird, wenn eine neue Verbindung hergestellt wird.

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)

Parameter

sender
Object

Das Object-Element, durch das das Ereignis initiiert wurde.

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

Das UIConnectionInfoUtil.NewConnectionFromQEEventArgs, das die zum Verarbeiten des Ereignisses erforderlichen Informationen enthält.

Gilt für: