Modifier

DataGridViewCheckBoxCell.OnContentDoubleClick Method

Definition

Called when the cell's contents are double-clicked.

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)

Parameters

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs that contains the event data.

Applies to

See also