UIConnectionInfoUtil.NewConnectionFromQEEventHandler Delegado

Definición

Representa un prototipo del evento NewConnectionFromQE que la parte QE de SQL Workbench desencadenará cuando establezca una nueva conexión.

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)

Parámetros

sender
Object

El objeto Object que provocó el evento.

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

El objeto UIConnectionInfoUtil.NewConnectionFromQEEventArgs que contiene la información necesaria para procesar el evento.

Se aplica a