Sdílet prostřednictvím


DataGridViewCheckBoxCell.OnContentDoubleClick Metoda

Definice

Volá se, když se poklikání na obsah buňky.

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)

Parametry

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs obsahující data události.

Platí pro

Viz také