DataGridViewCell.OnDoubleClick(DataGridViewCellEventArgs) 메서드

정의

셀을 두 번 클릭하면 호출됩니다.

protected:
 virtual void OnDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected virtual void OnDoubleClick (System.Windows.Forms.DataGridViewCellEventArgs e);
abstract member OnDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
override this.OnDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Overridable Sub OnDoubleClick (e As DataGridViewCellEventArgs)

매개 변수

e
DataGridViewCellEventArgs

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

설명

이 메서드는 비슷합니다는 DataGridView.OnCellDoubleClick 메서드. 동일한 상황에서 호출 되는 DataGridView.CellDoubleClick 이벤트가 발생 하지만 실제로 이벤트가 발생 하지 않습니다.

적용 대상

추가 정보