UIConnectionInfoUtil.NewConnectionFromQEEventHandler 代理人

定義

新しい接続の確立時に SQL Workbench の QE 部分によって起動される NewConnectionFromQE イベントのプロトタイプを表します。

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)

パラメーター

sender
Object

Objectイベントを開始したイベント。

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

イベントを処理するために必要な情報が含まれている UIConnectionInfoUtil.NewConnectionFromQEEventArgs です。

適用対象