Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can you see why the following events do not get call when the mouse is moved over the datagridview?

C#
private void dgv_CellMouseEnter(object sender, DataGridViewCellEventArgs e){
}

private void dgv_CellMouseLeave(object sender, DataGridViewCellEventArgs e){
}



Thanks
Posted
Updated 28-May-12 4:47am
v2
Comments
arkiboys 28-May-12 11:02am    
solved. Building it incorrectly before. Tahnks

1 solution

Dummy solution as user has solved the problem.............
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900