DataGridViewCell::OnMouseClick Method (DataGridViewCellMouseEventArgs^)

 

Called when the user clicks a mouse button while the pointer is on a cell.

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

protected:
virtual void OnMouseClick(
	DataGridViewCellMouseEventArgs^ e
)

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

The following code example demonstrates the use of this method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: