Add to Button Clicks Event Handler
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