DataGridViewCheckBoxCell.OnContentDoubleClick 메서드

정의

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

protected:
 override void OnContentDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected override void OnContentDoubleClick (System.Windows.Forms.DataGridViewCellEventArgs e);
override this.OnContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Overrides Sub OnContentDoubleClick (e As DataGridViewCellEventArgs)

매개 변수

e
DataGridViewCellEventArgs

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

적용 대상

추가 정보