Partager via


UIConnectionInfoUtil.NewConnectionFromQEEventHandler Délégué

Définition

Représente un prototype de l'événement NewConnectionFromQE déclenché par la partie QE de SQL Workbench lorsqu'elle établit une nouvelle connexion.

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)

Paramètres

sender
Object

À Object l’origine de l’événement.

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

Qui UIConnectionInfoUtil.NewConnectionFromQEEventArgs contient les informations nécessaires pour traiter l’événement.

S’applique à