ConnectionEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続の変更を処理するメソッドを表します。
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
イベントのソース。
イベント データを格納している ConnectionEventArgs。