DataGridViewCell::OnClick Method (DataGridViewCellEventArgs^)
.NET Framework (current version)
Called when the cell is clicked.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- e
-
Type:
System.Windows.Forms::DataGridViewCellEventArgs^
A DataGridViewCellEventArgs that contains the event data.
This method is similar to the DataGridView::OnCellClick method. It is called in the same circumstances in which a DataGridView::CellClick event is raised, but it does not actually raise the event.
.NET Framework
Available since 2.0
Available since 2.0
Show: