C
Chris
Hi,
I added a button to my window form, and in my code I added a
method to be activated as soon as the button has been
pressed. ("event")
So, if I visit the properties window of my just added
button, and click on the Click prop I expect to see a list
of methods to be associated with the button click event, but
the list remains empty.
Any idea why ??
Do I have to add delegates and events manually before ...
Thanks,
Chris
I added a button to my window form, and in my code I added a
method to be activated as soon as the button has been
pressed. ("event")
So, if I visit the properties window of my just added
button, and click on the Click prop I expect to see a list
of methods to be associated with the button click event, but
the list remains empty.
Any idea why ??
Do I have to add delegates and events manually before ...
Thanks,
Chris