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 |
Explain silverlight architecture?
what is the relationship between silver light, wpf and xaml?
Explain what is ria?
What are the different development tools used in silverlight?
Can I add more than one .xaml pages in silverlight application?
What is the difference between silverlight and flash?
Which class is used to put animation objects in Siverlight application?
what is the parent xaml tag of silverlight page?
What kinds of fonts are supported with silverlight?
Describe Moonlight and list the goals of using Moonlight?
What are the different event modes in silverlight?
What are the components of silverlight?