Describe how to perform event handling in silverlight.
Answer / Gagandeep
To handle events in Silverlight, you attach an event handler to the event using a C# delegate or a Visual Basic Expression Tree. You can then write your custom code to respond to the event within the event handler.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the best place to start silverlight application?
Which platforms does Silverlight support?
What do you know by silverlight runtime?
When would a customer use silverlight instead of windows presentation foundation (wpf)?
how to change the default page of silver light application?
What is xaml in silverlight?
Explain about silverlight plug-in?
How do you grant silverlight permission to talk to a server that is not on your local host.
Which language is Silverlight developed in?
How can you host a silverlight application?
give an example of creating button in xaml ?
What are the different ways to display text with silverlight?