DataGridViewElement.RaiseCellContentDoubleClick Method

Definition

Raises the CellContentDoubleClick event.

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

Parameters

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs that contains the event data.

Applies to

See also