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입니다.

적용 대상