J
J e r
I'm trying to call ButtonClick( object sender, System.EventArgs e) from a
method rather than clicking the button. But I can't determine the values of
sender and e that I should use. I ran the program with a stop on, clicked
the button and opened up a watch window and it shows them as
System.Windows.Forms.MenuItem and System.EventArgs with all their
attributes.
My question is how do I determine the proper values of sender and e that I
can use to call ButtonClick(sender, e) ?
Thanks for your time, J e r
method rather than clicking the button. But I can't determine the values of
sender and e that I should use. I ran the program with a stop on, clicked
the button and opened up a watch window and it shows them as
System.Windows.Forms.MenuItem and System.EventArgs with all their
attributes.
My question is how do I determine the proper values of sender and e that I
can use to call ButtonClick(sender, e) ?
Thanks for your time, J e r