2
Answers

Add to Button Clicks Event Handler

Anthony Clarke

Anthony Clarke

14y
1.7k
1

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)