Share via


UIConnectionInfoUtil.NewConnectionFromQEEventHandler Delegato

Definizione

Rappresenta un prototipo dell'evento NewConnectionFromQE che verrà generato dalla parte QE di SQL Workbench quando stabilisce una nuova connessione.

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)

Parametri

sender
Object

Oggetto Object che ha inizializzato l'evento.

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

Oggetto UIConnectionInfoUtil.NewConnectionFromQEEventArgs che contiene le informazioni necessarie per l'elaborazione dell'evento.

Si applica a