DataGridViewCheckBoxCell::OnContentDoubleClick Method (DataGridViewCellEventArgs^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnContentDoubleClick(
	DataGridViewCellEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::DataGridViewCellEventArgs^

A DataGridViewCellEventArgs that contains the event data.

.NET Framework
Available since 2.0
Return to top
Show: