How would you perform event handling in silverlight?
Answer / Ashutosh Verma
"In Silverlight, events are handled by attaching event handlers to the control that generates the event. This is usually done in XAML using event attributes and in code-behind files using event subscription methods."
| Is This Answer Correct ? | 0 Yes | 0 No |
what is .xap file in context of silverlight?
How does XAP work?
what is a .xap file?
What is the use of the ClientBin folder?
Give a brief description of the .XAP file
Describe Moonlight and list the goals of using Moonlight?
List the steps involved in consuming the WCF services in Silverlight
What is isolated storage in silverlight?
Explain how to add the reference of a class library project in silverlight application project
What objects support tranformations?
What is official name of silverlight?
What is the procedure to add an event handler in managed code?