次の方法で共有


ConnectionEventHandler 代理人

定義

接続の変更を処理するメソッドを表します。

public delegate void ConnectionEventHandler(System::Object ^ sender, ConnectionEventArgs ^ e);
public delegate void ConnectionEventHandler(object sender, ConnectionEventArgs e);
type ConnectionEventHandler = delegate of obj * ConnectionEventArgs -> unit
Public Delegate Sub ConnectionEventHandler(sender As Object, e As ConnectionEventArgs)

パラメーター

sender
Object

イベントのソース。

e
ConnectionEventArgs

イベント データを格納している ConnectionEventArgs

適用対象

こちらもご覧ください