DataGridViewColumnEventHandler 대리자

정의

의 열 관련 이벤트를 처리할 메서드를 DataGridView나타냅니다.

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

매개 변수

sender
Object

이벤트의 출처입니다.

e
DataGridViewColumnEventArgs

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

설명

DataGridViewColumnEventArgs 는 다음 DataGridView 이벤트에 대한 데이터를 제공합니다.

확장명 메서드

Name Description
GetMethodInfo(Delegate)

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

적용 대상

추가 정보