UIConnectionInfoUtil.NewConnectionFromQEEventHandler Delegar

Definição

Representa um protótipo do evento NewConnectionFromQE que será acionado pela parte do QE do SQL Workbench quando ele estabelecer uma nova conexão.

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

O Object que iniciou o evento.

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

O UIConnectionInfoUtil.NewConnectionFromQEEventArgs que contém as informações necessárias para processar o evento.

Aplica-se a