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 |
What is xaml ?
give the reasons how ajax is better than a java applet?
Is silverlight compatible with multiple browsers and operating system?
Why we use XAML language in Silverlight?
What are the features of silverlight plug-ins?
what are the steps will followed when consuming wcf in silver light?
What are differences between silverlight and wpf?
What is the use of Silverlight?
Will silverlight support digital rights management?
does silverlight application supports desktop implementation?
Which language is Silverlight developed in?
How to implement the style in silverlight?