DataGridViewCheckBoxCell.OnContentDoubleClick Método

Definición

Se le llama al hacer doble clic en el contenido de la celda.

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)

Parámetros

e
DataGridViewCellEventArgs

Objeto DataGridViewCellEventArgs que contiene los datos del evento.

Se aplica a

Consulte también