DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs) Method       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the CellContentClick event.
protected:
 void RaiseCellContentClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);protected void RaiseCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e);member this.RaiseCellContentClick : System.Windows.Forms.DataGridViewCellEventArgs -> unitProtected Sub RaiseCellContentClick (e As DataGridViewCellEventArgs)Parameters
A DataGridViewCellEventArgs that contains the event data.