DataGridViewCell::OnDoubleClick Method (DataGridViewCellEventArgs^)

 

Called when the cell is double-clicked.

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

protected:
virtual void OnDoubleClick(
	DataGridViewCellEventArgs^ e
)

Parameters

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

A DataGridViewCellEventArgs that contains the event data.

This method is similar to the DataGridView::OnCellDoubleClick method. It is called in the same circumstances in which a DataGridView::CellDoubleClick event is raised, but it does not actually raise the event.

.NET Framework
Available since 2.0
Return to top
Show: