G
Guest
Hello everyone...
I have 4 buttons (Button_1, Button_2, etc...), and I want to call the same
method regardless of which button is being clicked.
Once I am in the event, how do I know which button was pressed? Or do I
have to call a separte method for each button? Or is there magic with
"Sender as system.object" ?
Thanks,
Forch
I have 4 buttons (Button_1, Button_2, etc...), and I want to call the same
method regardless of which button is being clicked.
Once I am in the event, how do I know which button was pressed? Or do I
have to call a separte method for each button? Or is there magic with
"Sender as system.object" ?
Thanks,
Forch