How to perform event handling in silver light?
Answer / Ankit Pathak
To handle events in Silverlight, you can attach an event handler (a method with the EventHandler delegate signature) to an event of a control using the Add_EventName(EventHandler, object) method. For example: myButton.Click += new RoutedEventHandler(myButton_Click);
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between wpf and silverlight?
How could you determine the media position when playing a video in silverlight?
How to implement the style in silverlight?
Describe Moonlight and list the goals of using Moonlight?
Explain how to add the reference of a class library project in silverlight application project
What is SilverLight ? Can SilverLight run in other platforms other than window?
What are the different important files that are used in silverlight?
What is silverlight sdk?
How can you host a silverlight application?
what is a .xap file?
What are the different ways to display text with silverlight?
What is the name of linux version of silverlight?