OnChangeEventHandler 대리자

정의

OnChange 개체와 연결된 명령에 대한 알림을 받을 때 발생하는 SqlDependency 이벤트를 처리합니다.

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

매개 변수

sender
Object

이벤트 소스입니다.

e
SqlNotificationEventArgs

이벤트 데이터를 포함하는 SqlNotificationEventArgs 개체입니다.

설명

OnChange 이벤트가 반드시 데이터 변경을 의미하지는 않습니다. 시간 제한 만료 및 알림 요청 설정 실패와 같은 기타 상황도 생성합니다 OnChange.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보