How to perform mouseclick on DataGridView

caeanis

Freshman
Joined
Sep 6, 2006
Messages
40
I know that you can select a particular row or cell but I want to raise the mouseclick even on a particular cell as I have code in the mouseclick even that I'd like to execute. Does anyone know how I can do this?
 
Why not move the code into a separate method that you can call both from the MouseClick event and where ever else you would like to run the code from.
 
Back
Top