Anthony Clarke

Anthony Clarke

  • NA
  • 127
  • 0

Add to Button Clicks Event Handler

Dec 13 2010 6:52 AM

Hi,
If i do this
private void button1_click(object sender, datagridviewcelleventargs e, int currentRow, int currentColumn)
It throws an error
No overload for method button2_click system.eventhandler.
 
What do i need to do to achieve adding these to the eventhandler?
 
thanks Anthony

Answers (2)