QuestionEventHandler 대리자

정의

CancelRowEditRowDirtyStateNeeded 이벤트 또는 DataGridView 이벤트를 처리할 메서드를 나타냅니다.

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

매개 변수

sender
Object

이벤트 소스입니다.

e
QuestionEventArgs

이벤트 데이터를 포함하는 QuestionEventArgs입니다.

설명

QuestionEventHandler 대리자를 만들 때, 이벤트를 처리할 메서드를 식별합니다. 이벤트를 이벤트 처리기와 연결하려면 대리자의 인스턴스를 해당 이벤트에 추가합니다. 대리자를 제거하지 않는 경우 이벤트가 발생할 때마다 이벤트 처리기가 호출됩니다. 이벤트 처리기 대리자에 대 한 자세한 내용은 참조 하세요. 이벤트 처리 및 발생합니다.

가상 모드 구현 하는 경우이 대리자는 사용 된 DataGridView 제어 합니다.

확장 메서드

GetMethodInfo(Delegate)

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

적용 대상

추가 정보