ConnectionErrorEventHandler 代理人

定義

のエラー イベントを処理するメソッドを ConnectionErrorEventHandler表します。

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

パラメーター

sender
Object

イベントのソースを表す Object です。

args
ConnectionErrorEventArgs

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

適用対象