| Author: K Hari Prasad 04 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
generate the event handlers from the xaml code.
|
| Author: Ramesh N D 04 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi Hari Prasad
How to generate the event handlers from the xaml code.
Regards Ramesh.N.D
|
| Author: K Hari Prasad 04 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
<Button Click=....>
after =, you will be getting NewEventHandler, click on that.
|
| Author: ABitSmart 04 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Just right click on the event handler name and there will be a menu popup asking you to generate a new event handler.
Kind regards, ABitSmart DNS Web-master, DNS MVM My blog Thoughts.exe
|